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] | 1110011110101101100011001110110010011010100011111110101110111000100110000101000101011101 | e7ad8cec9a8febb898515d |
UHC | 筌욏븘Q] | 1110111110100111100111101110110110010101100001000101000101011101 | efa79eed9584515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)