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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 儼??乙??A | 100110010101011000111111001111111000100110110011001111110011111101000001 | 99563f3f89b33f3f41 |
| EUC-JP | 儼??乙??A | 110100011011011100111111001111111011001010110101001111110011111101000001 | d1b73f3fb2b53f3f41 |
| UTF-8 | 儼볥댏乙댁젧A | 11100101100001001011110011101011101100111010010111101011100011001000111111100100101110011001100111101011100011001000000111101100101000001010011101000001 | e584bcebb3a5eb8c8fe4b999eb8c81eca0a741 |
| UHC | 儼볥댏乙댁젧A | 11100101111100001001001111101011100010001011100011101011111000001011010011101100101000001001111101000001 | e5f093eb88b8ebe0b4eca09f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)