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 | »°©\ | 100011101011101110001111101100001010100101011100 | 8ebb8fb0a95c |
SJIS-WIN | ???°?\ | 00111111001111110011111110000001100010110011111101011100 | 3f3f3f818b3f5c |
EUC-JP | ???°©\ | 001111110011111100111111101000011110101110001111101000101110110101011100 | 3f3f3fa1eb8fa2ed5c |
UTF-8 | »°©\ | 1100001010001110110000101011101111000010100011111100001010110000110000101010100101011100 | c28ec2bbc28fc2b0c2a95c |
UHC | ???°?\ | 00111111001111110011111110100001110001100011111101011100 | 3f3f3fa1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)