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?? | 00111111010011000011111100111111 | 3f4c3f3f |
SJIS-WIN | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
EUC-JP | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
UTF-8 | 섦L롐롘 | 11101100100001001010011001001100111010111010000110010000111010111010000110011000 | ec84a64ceba190eba198 |
UHC | 섦L롐롘 | 10111100101101000100110010001110110101101000111011011100 | bcb44c8ed68edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)