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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄒曠鄒曠^ | 111001111011111010011110010001001110011110111110100111100100010001011110 | e7be9e44e7be9e445e |
EUC-JP | 鄒曠鄒曠^ | 111011101100000011011011101001011110111011000000110110111010010101011110 | eec0dba5eec0dba55e |
UTF-8 | 鄒曠鄒曠^ | 11101001100001001001001011100110100110111010000011101001100001001001001011100110100110111010000001011110 | e98492e69ba0e98492e69ba05e |
UHC | 鄒曠鄒曠^ | 111101011101101111001110110001111111010111011011110011101100011101011110 | f5dbcec7f5dbcec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)