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 | 11100110111100111010010011100111100101011010010001000010 | e6f3a4e795a442 |
EUC-JP | 跿、逡、B | 111011001111010110001110101001001110110111110101100011101010010001000010 | ecf58ea4edf58ea442 |
UTF-8 | 跿、逡、B | 11101000101101111011111111101111101111011010010011101001100000001010000111101111101111011010010001000010 | e8b7bfefbda4e980a1efbda442 |
UHC | ??逡?B | 001111110011111111110001111001000011111101000010 | 3f3ff1e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)