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 | 壅?????^ | 1001101011010111001111110011111100111111001111110011111101011110 | 9ad73f3f3f3f3f5e |
EUC-JP | 壅?????^ | 1101010011011001001111110011111100111111001111110011111101011110 | d4d93f3f3f3f3f5e |
UTF-8 | 壅ㅻ젺歷잙젺^ | 11100101101000111000010111100011100001011011101111101100101000001011101011101111101001101000110011101100100111101001100111101100101000001011101001011110 | e5a385e385bbeca0baefa68cec9e99eca0ba5e |
UHC | 壅ㅻ젺歷잙젺^ | 11101000101101011010010011101011101000001010110111100110101110001001111111101011101000001010110101011110 | e8b5a4eba0ade6b89feba0ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)