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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 脂瘢?B | 100011101000100111100001100011010011111101000010 | 8e89e18d3f42 |
EUC-JP | 脂瘢?B | 101110111110100111100001111011010011111101000010 | bbe9e1ed3f42 |
UTF-8 | 脂瘢캠B | 11101000100001001000001011100111100110001010001011101100101110101010000001000010 | e88482e798a2ecbaa042 |
UHC | 脂瘢캠B | 11110010101101111101101011101110110001001011011101000010 | f2b7daeec4b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)