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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逡、逡、B | 11100111100101011010010011100111100101011010010001000010 | e795a4e795a442 |
EUC-JP | 逡、逡、B | 111011011111010110001110101001001110110111110101100011101010010001000010 | edf58ea4edf58ea442 |
UTF-8 | 逡、逡、B | 11101001100000001010000111101111101111011010010011101001100000001010000111101111101111011010010001000010 | e980a1efbda4e980a1efbda442 |
UHC | 逡?逡?B | 11110001111001000011111111110001111001000011111101000010 | f1e43ff1e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)