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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譽?譽?B | 11100110101000110011111111100110101000110011111101000010 | e6a33fe6a33f42 |
EUC-JP | 譽?譽?B | 11101100101001010011111111101100101001010011111101000010 | eca53feca53f42 |
UTF-8 | 譽뾑譽뾑B | 11101000101011011011110111101011101111101001000111101000101011011011110111101011101111101001000101000010 | e8adbdebbe91e8adbdebbe9142 |
UHC | 譽뾑譽뾑B | 111001111110001010010111010011111110011111100010100101110100111101000010 | e7e2974fe7e2974f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)