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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횣횒횪쨩횒짹^ | 11101101100110101010001111101101100110101001001011101101100110101010101011101100101010001010100111101101100110101001001011101100101001111011100101011110 | ed9aa3ed9a92ed9aaaeca8a9ed9a92eca7b95e |
UHC | 횣횒횪쨩횒짹^ | 11000011100110101100001110001101110000111010000011000010101110111100001110001101110000101011000101011110 | c39ac38dc3a0c2bbc38dc2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)