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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 町邁?億? | 1001001010101100111001111011000000111111100010011010110100111111 | 92ace7b03f89ad3f |
| EUC-JP | 町邁?億? | 1100010010101110111011101011001000111111101100101010111100111111 | c4aeeeb23fb2af3f |
| UTF-8 | 町邁걀億렋 | 111001111001010010111010111010011000001010000001111010101011000110000000111001011000010010000100111010111010000010001011 | e794bae98281eab180e58484eba08b |
| UHC | 町邁걀億렋 | 11101111111010111101100011100100101100001011111111100101111000101000111010100010 | efebd8e4b0bfe5e28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)