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 | ツ揖テ淞セ | 11000010100101110100101111000011100111111100001010111110 | c2974bc39fc2be |
EUC-JP | ツ揖テ淞セ | 10001110110000101100110110101100100011101100001111011110110001001000111010111110 | 8ec2cdac8ec3dec48ebe |
UTF-8 | ツ揖テ淞セ | 111011111011111010000010111001101000111110010110111011111011111010000011111001101011011110011110111011111011110110111110 | efbe82e68f96efbe83e6b79eefbdbe |
UHC | ?揖?淞? | 00111111111010111110011100111111111000011110011100111111 | 3febe73fe1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)