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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒿埼せ證 | 1110010011100100100011011110100110000010101110011110011010011010 | e4e48de982b9e69a |
EUC-JP | 蒿埼せ證 | 1110100011100110101110101110101110100100101110111110101111111010 | e8e6baeba4bbebfa |
UTF-8 | 蒿埼せ證 | 111010001001001010111111111001011001111110111100111000111000000110011011111010001010110110001001 | e892bfe59fbce3819be8ad89 |
UHC | 蒿埼せ證 | 1111101111011010110100001111001010101010101110111111000111111011 | fbdad0f2aabbf1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)