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 | ??f??B | 001111110011111101100110001111110011111101000010 | 3f3f663f3f42 |
SJIS-WIN | テ、fツ傍B | 11000011101001000110011011000010100101100101010001000010 | c3a466c2965442 |
EUC-JP | テ、fツ傍B | 10001110110000111000111010100100011001101000111011000010110010111011010101000010 | 8ec38ea4668ec2cbb542 |
UTF-8 | テ、fツ傍B | 1110111110111110100000111110111110111101101001000110011011101111101111101000001011100101100000101000110101000010 | efbe83efbda466efbe82e5828d42 |
UHC | ??f?傍B | 00111111001111110110011000111111110110111010100001000010 | 3f3f663fdba842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)