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 | ±²e^ | 100011101011000110001110101100100110010101011110 | 8eb18eb2655e |
SJIS-WIN | ?±??e^ | 00111111100000010111110100111111001111110110010101011110 | 3f817d3f3f655e |
EUC-JP | ?±??e^ | 00111111101000011101111000111111001111110110010101011110 | 3fa1de3f3f655e |
UTF-8 | ±²e^ | 11000010100011101100001010110001110000101000111011000010101100100110010101011110 | c28ec2b1c28ec2b2655e |
UHC | ?±?²e^ | 0011111110100001101111100011111110101001111101110110010101011110 | 3fa1be3fa9f7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)