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 | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
SJIS-WIN | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
EUC-JP | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
UTF-8 | 뫐뭑hh뫐 | 1110101110101011100100001110101110101101100100010110100001101000111010111010101110010000 | ebab90ebad916868ebab90 |
UHC | 뫐뭑hh뫐 | 1001000110110010100100100101100101101000011010001001000110110010 | 91b29259686891b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)