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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 襞阪あ | 111001011111110010001101111000111000001010100000 | e5fc8de382a0 |
| EUC-JP | 襞阪あ | 111010101111111010111010111001011010010010100010 | eafebae5a4a2 |
| UTF-8 | 襞阪あ | 111010001010010110011110111010011001100010101010111000111000000110000010 | e8a59ee998aae38182 |
| UHC | ?阪あ | 0011111111111000101000011010101010100010 | 3ff8a1aaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)