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 | ûPÑB | 1111101101010000110100011010110101000010 | fb50d1ad42 |
SJIS-WIN | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
EUC-JP | ûPÑ?B | 100011111010101111100101010100001000111110101010110100000011111101000010 | 8fabe5508faad03f42 |
UTF-8 | ûPÑB | 1100001110111011010100001100001110010001110000101010110101000010 | c3bb50c391c2ad42 |
UHC | ?P?B | 001111110101000000111111101000011010100101000010 | 3f503fa1a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)