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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 吟??宸 | 100010111110000100111111001111111001101110000010 | 8be13f3f9b82 |
| EUC-JP | 吟??宸 | 101101101110001100111111001111111101010111100010 | b6e33f3fd5e2 |
| UTF-8 | 吟㏘짠宸 | 111001011001000010011111111000111000111110011000111011001010011110100000111001011010111010111000 | e5909fe38f98eca7a0e5aeb8 |
| UHC | 吟㏘짠宸 | 1110101111100001101000101110010011000010101001111110001111100100 | ebe1a2e4c2a7e3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)