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 | ÛÞî« | 11011011110111101110111010101011 | dbdeeeab |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÛÞî? | 10001111101010101110010110001111101010011011000010001111101010111100001000111111 | 8faae58fa9b08fabc23f |
UTF-8 | ÛÞî« | 1100001110011011110000111001111011000011101011101100001010101011 | c39bc39ec3aec2ab |
UHC | ?Þ?? | 0011111110101000101011010011111100111111 | 3fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)