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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ氾崢耕 | 11000010100101001100001110011011110000101000110101101011 | c294c39bc28d6b |
EUC-JP | ツ氾崢耕 | 1000111011000010110010001100010111010110110001001011100111001100 | 8ec2c8c5d6c4b9cc |
UTF-8 | ツ氾崢耕 | 111011111011111010000010111001101011000010111110111001011011010010100010111010001000000010010101 | efbe82e6b0bee5b4a2e88095 |
UHC | ?氾?耕 | 001111111101101111110000001111111100110011101001 | 3fdbf03fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)