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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???晤??? | 0011111100111111001111111001110111101011001111110011111100111111 | 3f3f3f9deb3f3f3f |
| EUC-JP | ???晤??? | 0011111100111111001111111101101011101101001111110011111100111111 | 3f3f3fdaed3f3f3f |
| UTF-8 | 了낉슥晤롳쉔僚 | 111011111010011010111010111010111000001010001001111011001000101010100101111001101001100110100100111010111010000110110011111011001000100110010100111011111010011010111011 | efa6baeb8289ec8aa5e699a4eba1b3ec8994efa6bb |
| UHC | 了낉슥晤롳쉔僚 | 1110100011100111100001011110111110111101101110111110011111111011100011101110111110111101101010001110100011101000 | e8e785efbdbbe7fb8eefbda8e8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)