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 | 歪??梧? | 10011000011000110011111100111111100011001110011000111111 | 98633f3f8ce63f |
| EUC-JP | 歪??梧? | 11001111110001000011111100111111101110001110100000111111 | cfc43f3fb8e83f |
| UTF-8 | 歪딉숱梧녑 | 111001101010110110101010111010111001010010001001111011001000100010110001111001101010001010100111111010111000010110010001 | e6adaaeb9489ec88b1e6a2a7eb8591 |
| UHC | 歪딉숱梧녑 | 11101000111000001000101011101111101111011010001011100111111111001011001111100101 | e8e08aefbda2e7fcb3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)