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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 疔膜礒^ | 11100001011010101001011010001100111000100100010101011110 | e16a968ce2455e |
EUC-JP | 疔膜礒^ | 11100001110010111100101111101100111000111010011001011110 | e1cbcbece3a65e |
UTF-8 | 疔膜礒^ | 11100111100101101001010011101000100001101001110011100111101001001001001001011110 | e79694e8869ce7a4925e |
UHC | ?膜?^ | 0011111111011000101011110011111101011110 | 3fd8af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)