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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 尊綻^ | 1001000110111000100100100101110101011110 | 91b8925d5e |
EUC-JP | 尊綻^ | 1100001010111010110000111011111001011110 | c2bac3be5e |
UTF-8 | 尊綻^ | 11100101101100001000101011100111101101101011101101011110 | e5b08ae7b6bb5e |
UHC | 尊綻^ | 1111000011101110111101111010101001011110 | f0eef7aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)