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 | º±áY | 1011101010101101101100011110000101011001 | baadb1e159 |
SJIS-WIN | ??±?Y | 001111110011111110000001011111010011111101011001 | 3f3f817d3f59 |
EUC-JP | º?±áY | 10001111101000101110101100111111101000011101111010001111101010111010000101011001 | 8fa2eb3fa1de8faba159 |
UTF-8 | º±áY | 110000101011101011000010101011011100001010110001110000111010000101011001 | c2bac2adc2b1c3a159 |
UHC | º±?Y | 1010100010101100101000011010100110100001101111100011111101011001 | a8aca1a9a1be3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)