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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
EUC-JP | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
UTF-8 | 뤗쮖oBF | 111010111010010010010111111011001010111010010110011011110100001001000110 | eba497ecae966f4246 |
UHC | 뤗쮖oBF | 10001111110001111010100001101110011011110100001001000110 | 8fc7a86e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)