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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 懈?懈?^ | 10011100111001100011111110011100111001100011111101011110 | 9ce63f9ce63f5e |
EUC-JP | 懈?懈?^ | 11011000111010000011111111011000111010000011111101011110 | d8e83fd8e83f5e |
UTF-8 | 懈렢懈렢^ | 11100110100001111000100011101011101000001010001011100110100001111000100011101011101000001010001001011110 | e68788eba0a2e68788eba0a25e |
UHC | 懈렢懈렢^ | 111110101010101110001110101100111111101010101011100011101011001101011110 | faab8eb3faab8eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)