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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???詢 | 0011111100111111001111111110011001101101 | 3f3f3fe66d |
| EUC-JP | ???詢 | 0011111100111111001111111110101111001110 | 3f3f3febce |
| UTF-8 | 롙롘롒詢 | 111010111010000110011001111010111010000110011000111010111010000110010010111010001010100110100010 | eba199eba198eba192e8a9a2 |
| UHC | 롙롘롒詢 | 1000111011011101100011101101110010001110110101111110001011110011 | 8edd8edc8ed7e2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)