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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?疫B | 00111111100010010111010101000010 | 3f897542 |
EUC-JP | ?疫B | 00111111101100011101011001000010 | 3fb1d642 |
UTF-8 | 씞疫B | 11101100100101001001111011100111100101101010101101000010 | ec949ee796ab42 |
UHC | 씞疫B | 1001110110110010111001101011100101000010 | 9db2e6b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)