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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 讌殊欝H | 11100110101001011000111011101010100010010101010001001000 | e6a58eea895448 |
EUC-JP | 讌殊欝H | 11101100101001111011110011101100101100011011010101001000 | eca7bcecb1b548 |
UTF-8 | 讌殊欝H | 11101000101011101000110011100110101011101000101011100110101011001001110101001000 | e8ae8ce6ae8ae6ac9d48 |
UHC | ?殊?H | 0011111111100010101010000011111101001000 | 3fe2a83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)