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 | 11100110101001011010111111101000101100101010110001000010 | e6a5afe8b2ac42 |
EUC-JP | 讌ッ雋ャB | 111011001010011110001110101011111111000010110100100011101010110001000010 | eca78eaff0b48eac42 |
UTF-8 | 讌ッ雋ャB | 11101000101011101000110011101111101111011010111111101001100110111000101111101111101111011010110001000010 | e8ae8cefbdafe99b8befbdac42 |
UHC | ??雋?B | 001111110011111111110001111001100011111101000010 | 3f3ff1e63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)