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 | °Û·Î | 10110000110110111011011111001110 | b0dbb7ce |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °Û?Î | 101000011110101110001111101010101110010100111111100011111010101011000010 | a1eb8faae53f8faac2 |
UTF-8 | °Û·Î | 1100001010110000110000111001101111000010101101111100001110001110 | c2b0c39bc2b7c38e |
UHC | °?·? | 101000011100011000111111101000011010010000111111 | a1c63fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)