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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 遑晞岾K | 11100111101000011001110111101001100110111011000101001011 | e7a19de99bb14b |
EUC-JP | 遑晞岾K | 11101110101000111101101011101011110101101011001101001011 | eea3daebd6b34b |
UTF-8 | 遑晞岾K | 11101001100000011001000111100110100110011001111011100101101100101011111001001011 | e98191e6999ee5b2be4b |
UHC | 遑晞岾K | 11111100110110101111110111110101111011111100000001001011 | fcdafdf5efc04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)