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 | å^×] | 1110010101011110100110101101011101011101 | e55e9ad75d |
SJIS-WIN | ?^?×] | 001111110101111000111111100000010111111001011101 | 3f5e3f817e5d |
EUC-JP | å^?×] | 1000111110101011101010010101111000111111101000011101111101011101 | 8faba95e3fa1df5d |
UTF-8 | å^×] | 1100001110100101010111101100001010011010110000111001011101011101 | c3a55ec29ac3975d |
UHC | ?^?×] | 001111110101111000111111101000011011111101011101 | 3f5e3fa1bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)