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 | 儼??蟹? | 10011001010101100011111100111111100010100100100100111111 | 99563f3f8a493f |
EUC-JP | 儼??蟹? | 11010001101101110011111100111111101100111010101000111111 | d1b73f3fb3aa3f |
UTF-8 | 儼볥떰蟹쇿 | 111001011000010010111100111010111011001110100101111010111001011010110000111010001001111110111001111011001000011110111111 | e584bcebb3a5eb96b0e89fb9ec87bf |
UHC | 儼볥떰蟹쇿 | 11100101111100001001001111101011101101101011011011111010101011111001100111100101 | e5f093ebb6b6faaf99e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)