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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 疇貅疇烋Q] | 11100001011001011110011010111010111000010110010111100000011111010101000101011101 | e165e6bae165e07d515d |
EUC-JP | 疇貅疇烋Q] | 11100001110001101110110010111100111000011100011011011111110111100101000101011101 | e1c6ecbce1c6dfde515d |
UTF-8 | 疇貅疇烋Q] | 1110011110010110100001111110100010110010100001011110011110010110100001111110011110000011100010110101000101011101 | e79687e8b285e79687e7838b515d |
UHC | 疇?疇烋Q] | 111100011100001000111111111100011100001011111101110011100101000101011101 | f1c23ff1c2fdce515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)