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횩횧 | 11101101100110001010111001001100111011011001101010101001111011011001101010100111 | ed98ae4ced9aa9ed9aa7 |
UHC | 혮L횩횧 | 11000010100101010100110011000011100111111100001110011110 | c2954cc39fc39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)