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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?咎 | 001111111001100111101001 | 3f99e9 |
EUC-JP | 檉咎 | 1000111111000101101110111101001011101011 | 8fc5bbd2eb |
UTF-8 | 檉咎 | 111001101010101010001001111001011001001010001110 | e6aa89e5928e |
UHC | 檉咎 | 11101111111000001100111110100100 | efe0cfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)