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 | 雅??維?? | 1000100111101011001111110011111110001000110110110011111100111111 | 89eb3f3f88db3f3f |
| EUC-JP | 雅??維?? | 1011001011101101001111110011111110110000110111010011111100111111 | b2ed3f3fb0dd3f3f |
| UTF-8 | 雅덈㈃維쒎슫 | 111010011001101110000101111010111000110110001000111000111000100010000011111001111011011010101101111011001001001010001110111011001000101010101011 | e99b85eb8d88e38883e7b6adec928eec8aab |
| UHC | 雅덈㈃維쒎슫 | 111001001011101010001000111010111010100110110100111010111010101110011100111001011001101010110100 | e4ba88eba9b4ebab9ce59ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)