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 | ÷õØÎ | 11110111111101011101100011001110 | f7f5d8ce |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷õØÎ | 1010000111100000100011111010101111011000100011111010100110101100100011111010101011000010 | a1e08fabd88fa9ac8faac2 |
UTF-8 | ÷õØÎ | 1100001110110111110000111011010111000011100110001100001110001110 | c3b7c3b5c398c38e |
UHC | ÷?Ø? | 101000011100000000111111101010001010101000111111 | a1c03fa8aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)