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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 止?億?B | 10001110011111100011111110001001101011010011111101000010 | 8e7e3f89ad3f42 |
EUC-JP | 止?億?B | 10111011110111110011111110110010101011110011111101000010 | bbdf3fb2af3f42 |
UTF-8 | 止렋億렍B | 11100110101011011010001011101011101000001000101111100101100001001000010011101011101000001000110101000010 | e6ada2eba08be58484eba08d42 |
UHC | 止렋億렍B | 111100101010110110001110101000101110010111100010100011101010001101000010 | f2ad8ea2e5e28ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)