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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ津ッツ淞 | 11000010100100101100001110101111110000101001111111000010 | c292c3afc29fc2 |
EUC-JP | ツ津ッツ淞 | 10001110110000101100010011000101100011101010111110001110110000101101111011000100 | 8ec2c4c58eaf8ec2dec4 |
UTF-8 | ツ津ッツ淞 | 111011111011111010000010111001101011010010100101111011111011110110101111111011111011111010000010111001101011011110011110 | efbe82e6b4a5efbdafefbe82e6b79e |
UHC | ?津??淞 | 00111111111100101101000000111111001111111110000111100111 | 3ff2d03f3fe1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)