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 | ûH´E] | 111110110100100010001110101101000100010101011101 | fb488eb4455d |
SJIS-WIN | ?H?´E] | 00111111010010000011111110000001010011000100010101011101 | 3f483f814c455d |
EUC-JP | ûH?´E] | 100011111010101111100101010010000011111110100001101011010100010101011101 | 8fabe5483fa1ad455d |
UTF-8 | ûH´E] | 110000111011101101001000110000101000111011000010101101000100010101011101 | c3bb48c28ec2b4455d |
UHC | ?H?´E] | 00111111010010000011111110100010101001010100010101011101 | 3f483fa2a5455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)