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 | 챨챤혦횗혦횈^ | 11101100101100011010100011101100101100011010010011101101100110001010011011101101100110101001011111101101100110001010011011101101100110101000100001011110 | ecb1a8ecb1a4ed98a6ed9a97ed98a6ed9a885e |
UHC | 챨챤혦횗혦횈^ | 11000011101100001100001110101110110000101000111011000011100100011100001010001110110000111000011001011110 | c3b0c3aec28ec391c28ec3865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)