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] | 111000001010111110111000110101100101000101011101 | e0afb8d6515d |
EUC-JP | 牘クヨQ] | 1110000010110001100011101011100010001110110101100101000101011101 | e0b18eb88ed6515d |
UTF-8 | 牘クヨQ] | 1110011110001001100110001110111110111101101110001110111110111110100101100101000101011101 | e78998efbdb8efbe96515d |
UHC | 牘??Q] | 110101001011101000111111001111110101000101011101 | d4ba3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)