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 | 炅而渧 | 111110110101000110001110101001111111101101001000 | fb518ea7fb48 |
EUC-JP | 炅而渧 | 1000111111001001110010101011110010101001100011111100011111101011 | 8fc9cabca98fc7eb |
UTF-8 | 炅而渧 | 111001111000001010000101111010001000000010001100111001101011100010100111 | e78285e8808ce6b8a7 |
UHC | 炅而? | 1100110011011101111011001011101100111111 | ccddecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)