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 | 歪??梧?? | 1001100001100011001111110011111110001100111001100011111100111111 | 98633f3f8ce63f3f |
| EUC-JP | 歪??梧?? | 1100111111000100001111110011111110111000111010000011111100111111 | cfc43f3fb8e83f3f |
| UTF-8 | 歪딉숱梧녑뻾 | 111001101010110110101010111010111001010010001001111011001000100010110001111001101010001010100111111010111000010110010001111010111011101110111110 | e6adaaeb9489ec88b1e6a2a7eb8591ebbbbe |
| UHC | 歪딉숱梧녑뻾 | 111010001110000010001010111011111011110110100010111001111111110010110011111001011001011010001001 | e8e08aefbda2e7fcb3e59689 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)