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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ哺ツ唸 | 110000101001101001001101110000101001101001011000 | c29a4dc29a58 |
EUC-JP | ツ哺ツ唸 | 1000111011000010110100111010111010001110110000101101001110111001 | 8ec2d3ae8ec2d3b9 |
UTF-8 | ツ哺ツ唸 | 111011111011111010000010111001011001001110111010111011111011111010000010111001011001010010111000 | efbe82e593baefbe82e594b8 |
UHC | ?哺?? | 0011111111111000110101000011111100111111 | 3ff8d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)