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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 湫溏\}湫溏\{^ | 10011111110101011001111111101101010111000111110110011111110101011001111111101101010111000111101101011110 | 9fd59fed5c7d9fd59fed5c7b5e |
EUC-JP | 湫溏\}湫溏\{^ | 11011110110101111101111011101111010111000111110111011110110101111101111011101111010111000111101101011110 | ded7deef5c7dded7deef5c7b5e |
UTF-8 | 湫溏\}湫溏\{^ | 1110011010111001101010111110011010111010100011110101110001111101111001101011100110101011111001101011101010001111010111000111101101011110 | e6b9abe6ba8f5c7de6b9abe6ba8f5c7b5e |
UHC | 湫?\}湫?\{^ | 1111010111010011001111110101110001111101111101011101001100111111010111000111101101011110 | f5d33f5c7df5d33f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)