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 | ?????`oBF | 001111110011111100111111001111110011111101100000011011110100001001000110 | 3f3f3f3f3f606f4246 |
SJIS-WIN | テュツ伉ア`oBF | 11000011101011011100001010011000110000101011000101100000011011110100001001000110 | c3adc298c2b1606f4246 |
EUC-JP | テュツ伉ア`oBF | 1000111011000011100011101010110110001110110000101101000011000100100011101011000101100000011011110100001001000110 | 8ec38ead8ec2d0c48eb1606f4246 |
UTF-8 | テュツ伉ア`oBF | 11101111101111101000001111101111101111011010110111101111101111101000001011100100101111001000100111101111101111011011000101100000011011110100001001000110 | efbe83efbdadefbe82e4bc89efbdb1606f4246 |
UHC | ???伉?`oBF | 00111111001111110011111111111001111100100011111101100000011011110100001001000110 | 3f3f3ff9f23f606f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)