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 | ÷©öÎ | 11110111101010011111011011001110 | f7a9f6ce |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷©öÎ | 1010000111100000100011111010001011101101100011111010101111010011100011111010101011000010 | a1e08fa2ed8fabd38faac2 |
UTF-8 | ÷©öÎ | 1100001110110111110000101010100111000011101101101100001110001110 | c3b7c2a9c3b6c38e |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)