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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晏??宰 | 100111011110010100111111001111111000110111001001 | 9de53f3f8dc9 |
EUC-JP | 晏??宰 | 110110101110011100111111001111111011101011001011 | dae73f3fbacb |
UTF-8 | 晏롋렱宰 | 111001101001100110001111111010111010000110001011111010111010000010110001111001011010111010110000 | e6998feba18beba0b1e5aeb0 |
UHC | 晏롋렱宰 | 1110010011001111100011101101000110001110101111101110111010100101 | e4cf8ed18ebeeea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)