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 | ?????FN | 00111111001111110011111100111111001111110100011001001110 | 3f3f3f3f3f464e |
SJIS-WIN | テュツ伉ェFN | 1100001110101101110000101001100011000010101010100100011001001110 | c3adc298c2aa464e |
EUC-JP | テュツ伉ェFN | 100011101100001110001110101011011000111011000010110100001100010010001110101010100100011001001110 | 8ec38ead8ec2d0c48eaa464e |
UTF-8 | テュツ伉ェFN | 1110111110111110100000111110111110111101101011011110111110111110100000101110010010111100100010011110111110111101101010100100011001001110 | efbe83efbdadefbe82e4bc89efbdaa464e |
UHC | ???伉?FN | 0011111100111111001111111111100111110010001111110100011001001110 | 3f3f3ff9f23f464e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)