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 | 調???^ | 100100101011001000111111001111110011111101011110 | 92b23f3f3f5e |
EUC-JP | 調???^ | 110001001011010000111111001111110011111101011110 | c4b43f3f3f5e |
UTF-8 | 調렊渽렲^ | 11101000101010101011111111101011101000001000101011100110101110001011110111101011101000001011001001011110 | e8aabfeba08ae6b8bdeba0b25e |
UHC | 調렊渽렲^ | 111100001110000010001110101000011110111010101010100011101011111101011110 | f0e08ea1eeaa8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)