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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞜冗、 | 1110100011011111100011111110011110100100 | e8df8fe7a4 |
EUC-JP | 鞜冗、 | 111100001110000110111110111010011000111010100100 | f0e1bee98ea4 |
UTF-8 | 鞜冗、 | 111010011001111010011100111001011000011010010111111011111011110110100100 | e99e9ce58697efbda4 |
UHC | ?冗? | 00111111111010011011011100111111 | 3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)