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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 筌??Q] | 111000101010001100111111001111110101000101011101 | e2a33f3f515d |
EUC-JP | 筌??Q] | 111001001010010100111111001111110101000101011101 | e4a53f3f515d |
UTF-8 | 筌듬젔Q] | 1110011110101101100011001110101110010011101011001110110010100000100101000101000101011101 | e7ad8ceb93aceca094515d |
UHC | 筌듬젔Q] | 1110111110100111101101011110101110100000100100100101000101011101 | efa7b5eba092515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)