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 | ?????zoBF | 001111110011111100111111001111110011111101111010011011110100001001000110 | 3f3f3f3f3f7a6f4246 |
SJIS-WIN | テュツ伉エzoBF | 11000011101011011100001010011000110000101011010001111010011011110100001001000110 | c3adc298c2b47a6f4246 |
EUC-JP | テュツ伉エzoBF | 1000111011000011100011101010110110001110110000101101000011000100100011101011010001111010011011110100001001000110 | 8ec38ead8ec2d0c48eb47a6f4246 |
UTF-8 | テュツ伉エzoBF | 11101111101111101000001111101111101111011010110111101111101111101000001011100100101111001000100111101111101111011011010001111010011011110100001001000110 | efbe83efbdadefbe82e4bc89efbdb47a6f4246 |
UHC | ???伉?zoBF | 00111111001111110011111111111001111100100011111101111010011011110100001001000110 | 3f3f3ff9f23f7a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)