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 | ?棋趙 | 0011111110001010111110111110011011100010 | 3f8afbe6e2 |
EUC-JP | 洧棋趙 | 10001111110001111011010010110100111111011110110011100100 | 8fc7b4b4fdece4 |
UTF-8 | 洧棋趙 | 111001101011010010100111111001101010001110001011111010001011011010011001 | e6b4a7e6a38be8b699 |
UHC | 洧棋趙 | 111010101111101111010001101001001111000011100001 | eafbd1a4f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)