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 | ???´ | 00111111001111110011111110110100 | 3f3f3fb4 |
SJIS-WIN | テ。ツ´ | 1100001110100001110000101000000101001100 | c3a1c2814c |
EUC-JP | テ。ツ´ | 1000111011000011100011101010000110001110110000101010000110101101 | 8ec38ea18ec2a1ad |
UTF-8 | テ。ツ´ | 1110111110111110100000111110111110111101101000011110111110111110100000101100001010110100 | efbe83efbda1efbe82c2b4 |
UHC | ???´ | 0011111100111111001111111010001010100101 | 3f3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)