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 | ツ涌ツ喊 | 110000101001011101001111110000101001101001011110 | c2974fc29a5e |
EUC-JP | ツ涌ツ喊 | 1000111011000010110011011011000010001110110000101101001110111111 | 8ec2cdb08ec2d3bf |
UTF-8 | ツ涌ツ喊 | 111011111011111010000010111001101011011010001100111011111011111010000010111001011001011010001010 | efbe82e6b68cefbe82e5968a |
UHC | ?涌?喊 | 001111111110100110111111001111111111100111100010 | 3fe9bf3ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)