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 | ?瓏捺 | 0011111111100000111110101001001111100110 | 3fe0fa93e6 |
EUC-JP | ?瓏捺 | 0011111111100000111111001100011011101000 | 3fe0fcc6e8 |
UTF-8 | 뷸瓏捺 | 111010111011011110111000111001111001001110001111111001101000110110111010 | ebb7b8e7938fe68dba |
UHC | 뷸瓏捺 | 101110101110011011010110111010101101000111110100 | bae6d6ead1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)