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 | ツ慊可拗 | 11000010100111001100001010001001110000101001110101011000 | c29cc289c29d58 |
EUC-JP | ツ慊可拗 | 1000111011000010110110001100010010110010110001001101100110111001 | 8ec2d8c4b2c4d9b9 |
UTF-8 | ツ慊可拗 | 111011111011111010000010111001101000010110001010111001011000111110101111111001101000101110010111 | efbe82e6858ae58fafe68b97 |
UHC | ?慊可拗 | 00111111110011001100001111001010101001101110100011110011 | 3fccc3caa6e8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)