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 | 節√?節わ | 100100001101111110000001111000110011111110010000110111111000001011101101 | 90df81e33f90df82ed |
| EUC-JP | 節√?節わ | 110000001110000110100010111001010011111111000000111000011010010011101111 | c0e1a2e53fc0e1a4ef |
| UTF-8 | 節√삷節わ | 111001111010111110000000111000101000100010011010111011001000001010110111111001111010111110000000111000111000001010001111 | e7af80e2889aec82b7e7af80e3828f |
| UHC | 節√삷節わ | 11101111101111011010000111101110100110001010111011101111101111011010101011101111 | efbda1ee98aeefbdaaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)