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 | 暎?塑 | 1001110111110011001111111001000101011001 | 9df33f9159 |
EUC-JP | 暎?塑 | 1101101011110101001111111100000110111010 | daf53fc1ba |
UTF-8 | 暎븼塑 | 111001101001101010001110111010111011100010111100111001011010000110010001 | e69a8eebb8bce5a191 |
UHC | 暎븼塑 | 111001111011001010010101101001011110000110110001 | e7b295a5e1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)