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 | ?±??^ | 0011111110110001001111110011111101011110 | 3fb13f3f5e |
SJIS-WIN | 貎±貎+^ | 111001101011110110000001011111011110011010111101100000010111101101011110 | e6bd817de6bd817b5e |
EUC-JP | 貎±貎+^ | 111011001011111110100001110111101110110010111111101000011101110001011110 | ecbfa1deecbfa1dc5e |
UTF-8 | 貎±貎+^ | 111010001011001010001110110000101011000111101000101100101000111011101111101111001000101101011110 | e8b28ec2b1e8b28eefbc8b5e |
UHC | ?±?+^ | 00111111101000011011111000111111101000111010101101011110 | 3fa1be3fa3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)