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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 羯雍oBF | 11100011101110011110100010110100011011110100001001000110 | e3b9e8b46f4246 |
EUC-JP | 羯雍oBF | 11100110101110111111000010110110011011110100001001000110 | e6bbf0b66f4246 |
UTF-8 | 羯雍oBF | 111001111011111010101111111010011001101110001101011011110100001001000110 | e7beafe99b8d6f4246 |
UHC | ?雍oBF | 001111111110100010111100011011110100001001000110 | 3fe8bc6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)