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 | ?æ?}B | 0011111111100110001111110111110101000010 | 3fe63f7d42 |
SJIS-WIN | ??濯}B | 001111110011111110010001111100110111110101000010 | 3f3f91f37d42 |
EUC-JP | ?æ濯}B | 0011111110001111101010011100000111000010111101010111110101000010 | 3f8fa9c1c2f57d42 |
UTF-8 | 룶æ濯}B | 11101011101000111011011011000011101001101110011010111111101011110111110101000010 | eba3b6c3a6e6bfaf7d42 |
UHC | 룶æ濯}B | 1000111110101011101010011010000111110110111110110111110101000010 | 8faba9a1f6fb7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)