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 | 寥?逵 | 1001101110001100001111111110011110011100 | 9b8c3fe79c |
EUC-JP | 寥?逵 | 1101010111101100001111111110110111111100 | d5ec3fedfc |
UTF-8 | 寥힘逵 | 111001011010111110100101111011011001111010011000111010011000000010110101 | e5afa5ed9e98e980b5 |
UHC | 寥힘逵 | 111010001110111111001000111110111101000010110000 | e8efc8fbd0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)