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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | テ・Gツ脇 | 110000111010010101000111110000101001100001100101 | c3a547c29865 |
EUC-JP | テ・Gツ脇 | 100011101100001110001110101001010100011110001110110000101100111111000110 | 8ec38ea5478ec2cfc6 |
UTF-8 | テ・Gツ脇 | 11101111101111101000001111101111101111011010010101000111111011111011111010000010111010001000010010000111 | efbe83efbda547efbe82e88487 |
UHC | ??G?脇 | 001111110011111101000111001111111111101011110111 | 3f3f473ffaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)