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 | ÞùÏ» | 11011110111110011100111110111011 | def9cfbb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞùÏ? | 10001111101010011011000010001111101010111110001110001111101010101100000100111111 | 8fa9b08fabe38faac13f |
UTF-8 | ÞùÏ» | 1100001110011110110000111011100111000011100011111100001010111011 | c39ec3b9c38fc2bb |
UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)