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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
EUC-JP | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
UTF-8 | 룶웩熉U^ | 1110101110100011101101101110110010011011101010011110011110000110100010010101010101011110 | eba3b6ec9ba9e78689555e |
UHC | 룶웩熉U^ | 1000111110101011110000001010000111101001111110110101010101011110 | 8fabc0a1e9fb555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)