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 | 夕埃夕埃^ | 100101110101101110011010101110101001011101011011100110101011101001011110 | 975b9aba975b9aba5e |
EUC-JP | 夕埃夕埃^ | 110011011011110011010100101111001100110110111100110101001011110001011110 | cdbcd4bccdbcd4bc5e |
UTF-8 | 夕埃夕埃^ | 11100101101001001001010111100101100111111000001111100101101001001001010111100101100111111000001101011110 | e5a495e59f83e5a495e59f835e |
UHC | 夕埃夕埃^ | 111000001010101011100100111011111110000010101010111001001110111101011110 | e0aae4efe0aae4ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)