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 | 絶??鼇? | 10010000111000100011111100111111111010101000011100111111 | 90e23f3fea873f |
| EUC-JP | 絶??鼇? | 11000000111001000011111100111111111100111110011100111111 | c0e43f3ff3e73f |
| UTF-8 | 絶랃쉘鼇잞 | 111001111011010110110110111010111001111010000011111011001000100110011000111010011011110010000111111011001001111010011110 | e7b5b6eb9e83ec8998e9bc87ec9e9e |
| UHC | 絶랃쉘鼇잞 | 11101111101111101000110111101111101111011010100111101000101010001001111111101111 | efbe8defbda9e8a89fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)