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 | ???朞 | 0011111100111111001111111001111001001101 | 3f3f3f9e4d |
EUC-JP | ???朞 | 0011111100111111001111111101101110101110 | 3f3f3fdbae |
UTF-8 | 룶句룶朞 | 111010111010001110110110111011111010010010000110111010111010001110110110111001101001110010011110 | eba3b6efa486eba3b6e69c9e |
UHC | 룶句룶朞 | 1000111110101011110011111111101110001111101010111101000110100001 | 8fabcffb8fabd1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)