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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
| SJIS-WIN | 瀚碪n}瀚碪n{^ | 11100000011010101110000111110010011011100111110111100000011010101110000111110010011011100111101101011110 | e06ae1f26e7de06ae1f26e7b5e |
| EUC-JP | 瀚碪n}瀚碪n{^ | 11011111110010111110001011110100011011100111110111011111110010111110001011110100011011100111101101011110 | dfcbe2f46e7ddfcbe2f46e7b5e |
| UTF-8 | 瀚碪n}瀚碪n{^ | 1110011110000000100110101110011110100010101010100110111001111101111001111000000010011010111001111010001010101010011011100111101101011110 | e7809ae7a2aa6e7de7809ae7a2aa6e7b5e |
| UHC | 瀚?n}瀚?n{^ | 1111100111010101001111110110111001111101111110011101010100111111011011100111101101011110 | f9d53f6e7df9d53f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)