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 | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
SJIS-WIN | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
EUC-JP | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
UTF-8 | 렯렣L솜 | 11101011101000001010111111101011101000001010001101001100111011001000011010011100 | eba0afeba0a34cec869c |
UHC | 렯렣L솜 | 10001110101111001000111010110100010011001011110011011000 | 8ebc8eb44cbcd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)