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 | 獏灼捨 | 111000001101000110001110110111001000111011001100 | e0d18edc8ecc |
EUC-JP | 獏灼捨 | 111000001101001110111100110111101011110011001110 | e0d3bcdebcce |
UTF-8 | 獏灼捨 | 111001111000110110001111111001111000000110111100111001101000110110101000 | e78d8fe781bce68da8 |
UHC | ?灼捨 | 0011111111101101110001111101111011010111 | 3fedc7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)