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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 域?????^ | 1000100011100110001111110011111100111111001111110011111101011110 | 88e63f3f3f3f3f5e |
EUC-JP | 域?????^ | 1011000011101000001111110011111100111111001111110011111101011110 | b0e83f3f3f3f3f5e |
UTF-8 | 域뱁렔溜뽯젺^ | 11100101100111111001111111101011101100011000000111101011101000001001010011101111101001111000101111101011101111011010111111101100101000001011101001011110 | e59f9febb181eba094efa78bebbdafeca0ba5e |
UHC | 域뱁렔溜뽯젺^ | 11100110101101001011100111101101100011101010100111101010111111101001011011101011101000001010110101011110 | e6b4b9ed8ea9eafe96eba0ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)