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 | Æ[Æ[^ | 10011111110001100101101110011111110001100101101101011110 | 9fc65b9fc65b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?Æ[?Æ[^ | 0011111110001111101010011010000101011011001111111000111110101001101000010101101101011110 | 3f8fa9a15b3f8fa9a15b5e |
UTF-8 | Æ[Æ[^ | 1100001010011111110000111000011001011011110000101001111111000011100001100101101101011110 | c29fc3865bc29fc3865b5e |
UHC | ?Æ[?Æ[^ | 001111111010100010100001010110110011111110101000101000010101101101011110 | 3fa8a15b3fa8a15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)