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 | 蝪炊遣 | 111001011010000110010000100001101000110010101101 | e5a190868cad |
EUC-JP | 蝪炊遣 | 111010101010001110111111111001101011100010101111 | eaa3bfe6b8af |
UTF-8 | 蝪炊遣 | 111010001001110110101010111001111000001010001010111010011000000110100011 | e89daae7828ae981a3 |
UHC | ?炊遣 | 0011111111110110101001111100110010111010 | 3ff6a7ccba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)