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 | 冶?┘ | 1001011011101000001111111000010010100011 | 96e83f84a3 |
EUC-JP | 冶?┘ | 1100110011101010001111111010100010100101 | ccea3fa8a5 |
UTF-8 | 冶뗫┘ | 111001011000011010110110111010111001011110101011111000101001010010011000 | e586b6eb97abe29498 |
UHC | 冶뗫┘ | 111001011010011110001011111010111010011010100101 | e5a78beba6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)