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 | 隗篥隗篥^ | 111010001010011111100010110000111110100010100111111000101100001101011110 | e8a7e2c3e8a7e2c35e |
EUC-JP | 隗篥隗篥^ | 111100001010100111100100110001011111000010101001111001001100010101011110 | f0a9e4c5f0a9e4c55e |
UTF-8 | 隗篥隗篥^ | 11101001100110101001011111100111101011111010010111101001100110101001011111100111101011111010010101011110 | e99a97e7afa5e99a97e7afa55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)