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 | 11101001100010111001001111100111100101101011111001000010 | e98b93e796be42 |
EUC-JP | 驪鍋明B | 11110001111010111100011011101001110011001100000001000010 | f1ebc6e9ccc042 |
UTF-8 | 驪鍋明B | 11101001101010011010101011101001100011011000101111100110100110001000111001000010 | e9a9aae98d8be6988e42 |
UHC | 驪鍋明B | 11010101111100011100111010100111110110011010010101000010 | d5f1cea7d9a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)