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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-WIN | 瓮?諸?w | 11100001010001000011111110001111100101000011111101110111 | e1443f8f943f77 |
EUC-JP | 瓮?諸?w | 11100001101001010011111110111101111101000011111101110111 | e1a53fbdf43f77 |
UTF-8 | 瓮렣諸렋w | 11100111100100111010111011101011101000001010001111101000101010111011100011101011101000001000101101110111 | e793aeeba0a3e8abb8eba08b77 |
UHC | 瓮렣諸렋w | 111010001011011110001110101101001111000010110011100011101010001001110111 | e8b78eb4f0b38ea277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)