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 | 1001011101111110100110101110011001011001 | 977e9ae659 |
SJIS-WIN | ?~??Y | 0011111101111110001111110011111101011001 | 3f7e3f3f59 |
EUC-JP | ?~?æY | 00111111011111100011111110001111101010011100000101011001 | 3f7e3f8fa9c159 |
UTF-8 | ~æY | 1100001010010111011111101100001010011010110000111010011001011001 | c2977ec29ac3a659 |
UHC | ?~?æY | 001111110111111000111111101010011010000101011001 | 3f7e3fa9a159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)