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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 儼???癲 | 10011001010101100011111100111111001111111110000110011111 | 99563f3f3fe19f |
EUC-JP | 儼???癲 | 11010001101101110011111100111111001111111110001010100001 | d1b73f3f3fe2a1 |
UTF-8 | 儼벿우뒾癲 | 111001011000010010111100111010111011001010111111111011001001101010110000111010111001001010111110111001111001100110110010 | e584bcebb2bfec9ab0eb92bee799b2 |
UHC | 儼벿우뒾癲 | 11100101111100001001001111001110101111111110110010001010101101001110111110100110 | e5f093cebfec8ab4efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)