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 | °ø^ | 101100001111100001011110 | b0f85e |
SJIS-WIN | °?^ | 10000001100010110011111101011110 | 818b3f5e |
EUC-JP | °ø^ | 101000011110101110001111101010011100110001011110 | a1eb8fa9cc5e |
UTF-8 | °ø^ | 1100001010110000110000111011100001011110 | c2b0c3b85e |
UHC | °ø^ | 1010000111000110101010011010101001011110 | a1c6a9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)