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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 醴딃쓢燎껈쓢 | 111011111010011010110111111010111001010010000011111011001001001110100010111011111010011110000000111010101011101110001000111011001001001110100010 | efa6b7eb9483ec93a2efa780eabb88ec93a2 |
| UHC | 醴딃쓢燎껈쓢 | 111001111110010010001010111010011001110110000011111010001111101110000011111010011001110110000011 | e7e48ae99d83e8fb83e99d83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)