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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 辿俗造@h | 1001001001001000100100011010110110010001101000100100000001101000 | 924891ad91a24068 |
EUC-JP | 辿俗造@h | 1100001110101001110000101010111111000010101001000100000001101000 | c3a9c2afc2a44068 |
UTF-8 | 辿俗造@h | 1110100010111110101111111110010010111111100101111110100110000000101000000100000001101000 | e8bebfe4bf97e980a04068 |
UHC | ?俗造@h | 00111111111000011101010011110000111000110100000001101000 | 3fe1d4f0e34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)