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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊潘萄 | 111010101000111011100000010011101001001110111000 | ea8ee04e93b8 |
EUC-JP | 齊潘萄 | 111100111110111011011111101011111100011010111010 | f3eedfafc6ba |
UTF-8 | 齊潘萄 | 111010011011110110001010111001101011110110011000111010001001000010000100 | e9bd8ae6bd98e89084 |
UHC | 齊潘萄 | 111100001011101011011010111010111101010010101100 | f0badaebd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)