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 | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
SJIS-WIN | テェ@ツ堋 | 110000111010101001000000110000101001101011000010 | c3aa40c29ac2 |
EUC-JP | テェ@ツ堋 | 100011101100001110001110101010100100000010001110110000101101010011000100 | 8ec38eaa408ec2d4c4 |
UTF-8 | テェ@ツ堋 | 11101111101111101000001111101111101111011010101001000000111011111011111010000010111001011010000010001011 | efbe83efbdaa40efbe82e5a08b |
UHC | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)