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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簑蔗簑蔗^ | 111000101100000011100100111100101110001011000000111001001111001001011110 | e2c0e4f2e2c0e4f25e |
EUC-JP | 簑蔗簑蔗^ | 111001001100001011101000111101001110010011000010111010001111010001011110 | e4c2e8f4e4c2e8f45e |
UTF-8 | 簑蔗簑蔗^ | 11100111101100001001000111101000100101001001011111100111101100001001000111101000100101001001011101011110 | e7b091e89497e7b091e894975e |
UHC | ?蔗?蔗^ | 00111111111011011011110100111111111011011011110101011110 | 3fedbd3fedbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)