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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 噎裝 | 10011010011110001110010111100100 | 9a78e5e4 |
EUC-JP | 噎裝 | 11010011110110011110101011100110 | d3d9eae6 |
UTF-8 | 噎裝 | 111001011001100110001110111010001010001110011101 | e5998ee8a39d |
UHC | ?裝 | 001111111110110111111011 | 3fedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)