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 | °?oBF | 1011000000111111011011110100001001000110 | b03f6f4246 |
SJIS-WIN | °¥oBF | 10000001100010111000000110001111011011110100001001000110 | 818b818f6f4246 |
EUC-JP | °¥oBF | 10100001111010111010000111101111011011110100001001000110 | a1eba1ef6f4246 |
UTF-8 | °¥oBF | 1100001010110000111011111011111110100101011011110100001001000110 | c2b0efbfa56f4246 |
UHC | °¥oBF | 10100001110001101010000111001101011011110100001001000110 | a1c6a1cd6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)