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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ北ツ蓉ツ啖 | 110000101001011001101011110000101001011101110101110000101001101001010110 | c2966bc29775c29a56 |
EUC-JP | ツ北ツ蓉ツ啖 | 100011101100001011001011110011001000111011000010110011011101011010001110110000101101001110110111 | 8ec2cbcc8ec2cdd68ec2d3b7 |
UTF-8 | ツ北ツ蓉ツ啖 | 111011111011111010000010111001011000110010010111111011111011111010000010111010001001001110001001111011111011111010000010111001011001010110010110 | efbe82e58c97efbe82e89389efbe82e59596 |
UHC | ?北?蓉?啖 | 001111111101110111000001001111111110100111001000001111111101001110111010 | 3fddc13fe9c83fd3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)