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 | °ØûS | 10110000110110001111101101010011 | b0d8fb53 |
SJIS-WIN | °??S | 1000000110001011001111110011111101010011 | 818b3f3f53 |
EUC-JP | °ØûS | 101000011110101110001111101010011010110010001111101010111110010101010011 | a1eb8fa9ac8fabe553 |
UTF-8 | °ØûS | 11000010101100001100001110011000110000111011101101010011 | c2b0c398c3bb53 |
UHC | °Ø?S | 101000011100011010101000101010100011111101010011 | a1c6a8aa3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)