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 | ÷ºéü | 11110111101110101110100111111100 | f7bae9fc |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷ºéü | 1010000111100000100011111010001011101011100011111010101110110001100011111010101111100100 | a1e08fa2eb8fabb18fabe4 |
UTF-8 | ÷ºéü | 1100001110110111110000101011101011000011101010011100001110111100 | c3b7c2bac3a9c3bc |
UHC | ּ?? | 101000011100000010101000101011000011111100111111 | a1c0a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)