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 | ?????´ | 001111110011111100111111001111110011111110110100 | 3f3f3f3f3fb4 |
SJIS-WIN | テュテヲツ´ | 11000011101011011100001110100110110000101000000101001100 | c3adc3a6c2814c |
EUC-JP | テュテヲツ´ | 100011101100001110001110101011011000111011000011100011101010011010001110110000101010000110101101 | 8ec38ead8ec38ea68ec2a1ad |
UTF-8 | テュテヲツ´ | 1110111110111110100000111110111110111101101011011110111110111110100000111110111110111101101001101110111110111110100000101100001010110100 | efbe83efbdadefbe83efbda6efbe82c2b4 |
UHC | ?????´ | 00111111001111110011111100111111001111111010001010100101 | 3f3f3f3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)