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 | ¢¹¢¹^ | 100011101010001010001110101110011000111010100010100011101011100101011110 | 8ea28eb98ea28eb95e |
SJIS-WIN | ?¢???¢??^ | 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 | 3f81913f3f3f81913f3f5e |
EUC-JP | ?¢???¢??^ | 0011111110100001111100010011111100111111001111111010000111110001001111110011111101011110 | 3fa1f13f3f3fa1f13f3f5e |
UTF-8 | ¢¹¢¹^ | 1100001010001110110000101010001011000010100011101100001010111001110000101000111011000010101000101100001010001110110000101011100101011110 | c28ec2a2c28ec2b9c28ec2a2c28ec2b95e |
UHC | ???¹???¹^ | 0011111100111111001111111010100111110110001111110011111100111111101010011111011001011110 | 3f3f3fa9f63f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)