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 | 儼???予 | 10011001010101100011111100111111001111111001011101011100 | 99563f3f3f975c |
EUC-JP | 儼???予 | 11010001101101110011111100111111001111111100110110111101 | d1b73f3f3fcdbd |
UTF-8 | 儼벿룹뒧予 | 111001011000010010111100111010111011001010111111111010111010001110111001111010111001001010100111111001001011101010001000 | e584bcebb2bfeba3b9eb92a7e4ba88 |
UHC | 儼벿룹뒧予 | 11100101111100001001001111001110101101111110110010001010101000101110010111111000 | e5f093ceb7ec8aa2e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)