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 | ??BB | 00111111001111110100001001000010 | 3f3f4242 |
SJIS-WIN | 鳬治BB | 111010011110100110001110101000010100001001000010 | e9e98ea14242 |
EUC-JP | 鳬治BB | 111100101110101110111100101000110100001001000010 | f2ebbca34242 |
UTF-8 | 鳬治BB | 1110100110110011101011001110011010110010101110110100001001000010 | e9b3ace6b2bb4242 |
UHC | ?治BB | 0011111111110110101111010100001001000010 | 3ff6bd4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)