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 | 11111010101101101000101011101100101100101011010001000010 | fab68aecb2b442 |
EUC-JP | 巐喜イエB | 10001111101110111111100110110100111011101000111010110010100011101011010001000010 | 8fbbf9b4ee8eb28eb442 |
UTF-8 | 巐喜イエB | 11100101101101111001000011100101100101101001110011101111101111011011001011101111101111011011010001000010 | e5b790e5969cefbdb2efbdb442 |
UHC | ?喜??B | 001111111111110111101100001111110011111101000010 | 3ffdec3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)