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 | 11100110111100111001000111101100101101111011011001000010 | e6f391ecb7b642 |
EUC-JP | 跿卓キカB | 111011001111010111000010111011101000111010110111100011101011011001000010 | ecf5c2ee8eb78eb642 |
UTF-8 | 跿卓キカB | 11101000101101111011111111100101100011011001001111101111101111011011011111101111101111011011011001000010 | e8b7bfe58d93efbdb7efbdb642 |
UHC | ?卓??B | 001111111111011011110001001111110011111101000010 | 3ff6f13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)