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 | 觸≫昆 | 111001100101110010000001111000101000110110101001 | e65c81e28da9 |
EUC-JP | 觸≫昆 | 111010111011110110100010111001001011101010101011 | ebbda2e4baab |
UTF-8 | 觸≫昆 | 111010001010011110111000111000101000100110101011111001101001100010000110 | e8a7b8e289abe69886 |
UHC | 觸≫昆 | 111101011011101010100001111011011100110111100000 | f5baa1edcde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)