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 | »ôÞïи^ | 1000111110111011111101001101111011101111110100001011100001011110 | 8fbbf4deefd0b85e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ??ôÞï?¸^ | 00111111001111111000111110101011110101001000111110101001101100001000111110101011110000010011111110001111101000101011000101011110 | 3f3f8fabd48fa9b08fabc13f8fa2b15e |
UTF-8 | »ôÞïи^ | 110000101000111111000010101110111100001110110100110000111001111011000011101011111100001110010000110000101011100001011110 | c28fc2bbc3b4c39ec3afc390c2b85e |
UHC | ???Þ?и^ | 0011111100111111001111111010100010101101001111111010100010100010101000101010110001011110 | 3f3f3fa8ad3fa8a2a2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)