To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹂守イォ | 111001101111100010001110111001111011001010101011 | e6f88ee7b2ab |
EUC-JP | 蹂守イォ | 1110110011111010101111001110100110001110101100101000111010101011 | ecfabce98eb28eab |
UTF-8 | 蹂守イォ | 111010001011100110000010111001011010111010001000111011111011110110110010111011111011110110101011 | e8b982e5ae88efbdb2efbdab |
UHC | 蹂守?? | 111010111011001111100001111110100011111100111111 | ebb3e1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)