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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 昇ャP | 100011111011100011110111100011101010110001010000 | 8fb8f78eac50 |
EUC-JP | 昇?ャP | 101111101011101000111111100011101010110001010000 | beba3f8eac50 |
UTF-8 | 昇ャP | 11100110100110001000011111101110100101011011000111101111101111011010110001010000 | e69887ee95b1efbdac50 |
UHC | 昇??P | 1110001110110000001111110011111101010000 | e3b03f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)