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 | 鼎????? | 10010011010000110011111100111111001111110011111100111111 | 93433f3f3f3f3f |
| EUC-JP | 鼎????? | 11000101101001000011111100111111001111110011111100111111 | c5a43f3f3f3f3f |
| UTF-8 | 鼎븀렱띈렲렜 | 111010011011110010001110111010111011100010000000111010111010000010110001111010111001110110001000111010111010000010110010111010111010000010011100 | e9bc8eebb880eba0b1eb9d88eba0b2eba09c |
| UHC | 鼎븀렱띈렲렜 | 111100001010001110111010111001111000111010111110101101101110100010001110101111111000111010101110 | f0a3bae78ebeb6e88ebf8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)