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 | 擾→?節? | 1000111111101111100000011010100000111111100100001101111100111111 | 8fef81a83f90df3f |
| EUC-JP | 擾→?節? | 1011111011110001101000101010101000111111110000001110000100111111 | bef1a2aa3fc0e13f |
| UTF-8 | 擾→닁節당 | 111001101001001110111110111000101000011010010010111010111000101110000001111001111010111110000000111010111000101110111001 | e693bee28692eb8b81e7af80eb8bb9 |
| UHC | 擾→닁節당 | 11101000111101101010000111100110100010001000101011101111101111011011010011100111 | e8f6a1e6888aefbdb4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)