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 | 厓る?掖 | 11111010100011011000001011101001001111111001110101110100 | fa8d82e93f9d74 |
| EUC-JP | 厓る?掖 | 1000111110110100110001111010010011101011001111111101100111010101 | 8fb4c7a4eb3fd9d5 |
| UTF-8 | 厓る젚掖 | 111001011000111010010011111000111000001010001011111011001010000010011010111001101000111010010110 | e58e93e3828beca09ae68e96 |
| UHC | 厓る젚掖 | 1110010011101101101010101110101110100000100101101110010011111010 | e4edaaeba096e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)