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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 節←?節?? | 100100001101111110000001101010010011111110010000110111110011111100111111 | 90df81a93f90df3f3f |
| EUC-JP | 節←?節?? | 110000001110000110100010101010110011111111000000111000010011111100111111 | c0e1a2ab3fc0e13f3f |
| UTF-8 | 節←냴節㏘퓠 | 111001111010111110000000111000101000011010010000111010111000001110110100111001111010111110000000111000111000111110011000111011011001001110100000 | e7af80e28690eb83b4e7af80e38f98ed93a0 |
| UHC | 節←냴節㏘퓠 | 111011111011110110100001111001111000011010000100111011111011110110100010111001001011111110001001 | efbda1e78684efbda2e4bf89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)