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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倚蛋 | 10011000110111111001001001100000 | 98df9260 |
EUC-JP | 倚蛋 | 11010000111000011100001111000001 | d0e1c3c1 |
UTF-8 | 倚蛋 | 111001011000000010011010111010001001101110001011 | e5809ae89b8b |
UHC | 倚蛋 | 11101011111011111101001110110001 | ebefd3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)