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 | ³ºß | 10110011101110101000111011011111 | b3ba8edf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?º?ß | 0011111110001111101000101110101100111111100011111010100111001110 | 3f8fa2eb3f8fa9ce |
UTF-8 | ³ºß | 1100001010110011110000101011101011000010100011101100001110011111 | c2b3c2bac28ec39f |
UHC | ³º?ß | 10101001111110001010100010101100001111111010100110101100 | a9f8a8ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)