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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 疑??豫?^ | 1000101101011110001111110011111110011000101011000011111101011110 | 8b5e3f3f98ac3f5e |
EUC-JP | 疑??豫?^ | 1011010110111111001111110011111111010000101011100011111101011110 | b5bf3f3fd0ae3f5e |
UTF-8 | 疑뀀펰豫쩗^ | 11100111100101101001000111101011100000001000000011101101100011101011000011101000101100011010101111101100101010011001011101011110 | e79691eb8080ed8eb0e8b1abeca9975e |
UHC | 疑뀀펰豫쩗^ | 1110101111110111101100101110101110111100100000101110011111100011101001010100110101011110 | ebf7b2ebbc82e7e3a54d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)