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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寥?錚 | 1001101110001100001111111110100001000010 | 9b8c3fe842 |
EUC-JP | 寥?錚 | 1101010111101100001111111110111110100011 | d5ec3fefa3 |
UTF-8 | 寥렠錚 | 111001011010111110100101111010111010000010100000111010011000110010011010 | e5afa5eba0a0e98c9a |
UHC | 寥렠錚 | 111010001110111110001110101100011110111010110110 | e8ef8eb1eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)