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 | ????n@h | 00111111001111110011111100111111011011100100000001101000 | 3f3f3f3f6e4068 |
SJIS-WIN | シユシ・n@h | 10111100110101011011110010100101011011100100000001101000 | bcd5bca56e4068 |
EUC-JP | シユシ・n@h | 1000111010111100100011101101010110001110101111001000111010100101011011100100000001101000 | 8ebc8ed58ebc8ea56e4068 |
UTF-8 | シユシ・n@h | 111011111011110110111100111011111011111010010101111011111011110110111100111011111011110110100101011011100100000001101000 | efbdbcefbe95efbdbcefbda56e4068 |
UHC | ????n@h | 00111111001111110011111100111111011011100100000001101000 | 3f3f3f3f6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)