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 | 111100011110101010001110101110011111101110111110100011101011101001000010 | f1ea8eb9fbbe8eba42 |
EUC-JP | ?嫉釮室B | 001111111011110010111011100011111110001110110000101111001011110001000010 | 3fbcbb8fe3b0bcbc42 |
UTF-8 | 嫉釮室B | 11101110100001011010010111100101101010111000100111101001100001111010111011100101101011101010010001000010 | ee85a5e5ab89e987aee5aea442 |
UHC | ?嫉?室B | 00111111111100101110110000111111111000111111100001000010 | 3ff2ec3fe3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)