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 | 癲??逾? | 11100001100111110011111100111111111001111010010100111111 | e19f3f3fe7a53f |
EUC-JP | 癲??逾? | 11100010101000010011111100111111111011101010011100111111 | e2a13f3feea73f |
UTF-8 | 癲섍퉭逾쓍 | 111001111001100110110010111011001000010010001101111011011000100110101101111010011000000010111110111011001001001110001101 | e799b2ec848ded89ade980beec938d |
UHC | 癲섍퉭逾쓍 | 11101111101001101001100011101010101110011000010111101011101101011001110101101000 | efa698eab985ebb59d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)