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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炅而犱 | 111110110101000110001110101001111111101101011011 | fb518ea7fb5b |
EUC-JP | 炅而犱 | 1000111111001001110010101011110010101001100011111100101011101111 | 8fc9cabca98fcaef |
UTF-8 | 炅而犱 | 111001111000001010000101111010001000000010001100111001111000101010110001 | e78285e8808ce78ab1 |
UHC | 炅而? | 1100110011011101111011001011101100111111 | ccddecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)