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 | 芟≫昆 | 111001001000110010000001111000101000110110101001 | e48c81e28da9 |
EUC-JP | 芟≫昆 | 111001111110110010100010111001001011101010101011 | e7eca2e4baab |
UTF-8 | 芟≫昆 | 111010001000101010011111111000101000100110101011111001101001100010000110 | e88a9fe289abe69886 |
UHC | 芟≫昆 | 110111111011011110100001111011011100110111100000 | dfb7a1edcde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)