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 | 冶?│ | 1001011011101000001111111000010010100000 | 96e83f84a0 |
EUC-JP | 冶?│ | 1100110011101010001111111010100010100010 | ccea3fa8a2 |
UTF-8 | 冶뗫│ | 111001011000011010110110111010111001011110101011111000101001010010000010 | e586b6eb97abe29482 |
UHC | 冶뗫│ | 111001011010011110001011111010111010011010100010 | e5a78beba6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)