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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 疔膜礒\ | 11100001011010101001011010001100111000100100010101011100 | e16a968ce2455c |
EUC-JP | 疔膜礒\ | 11100001110010111100101111101100111000111010011001011100 | e1cbcbece3a65c |
UTF-8 | 疔膜礒\ | 11100111100101101001010011101000100001101001110011100111101001001001001001011100 | e79694e8869ce7a4925c |
UHC | ?膜?\ | 0011111111011000101011110011111101011100 | 3fd8af3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)