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 | 碣倆礑 | 111000011111000010011000111011011110001001000110 | e1f098ede246 |
EUC-JP | 碣倆礑 | 111000101111001011010000111011111110001110100111 | e2f2d0efe3a7 |
UTF-8 | 碣倆礑 | 111001111010001010100011111001011000000010000110111001111010010010010001 | e7a2a3e58086e7a491 |
UHC | 碣倆? | 1100101011100101110101011101011000111111 | cae5d5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)