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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔗種州 | 111001001111001010001110111011011000111101000010 | e4f28eed8f42 |
EUC-JP | 蔗種州 | 111010001111010010111100111011111011110110100011 | e8f4bcefbda3 |
UTF-8 | 蔗種州 | 111010001001010010010111111001111010100010101110111001011011011110011110 | e89497e7a8aee5b79e |
UHC | 蔗種州 | 111011011011110111110000111110101111000110110110 | edbdf0faf1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)