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 | 衢フ秉 | 1110010111001011110011001110001001011100 | e5cbcce25c |
EUC-JP | 衢フ秉 | 111010101100110110001110110011001110001110111101 | eacd8ecce3bd |
UTF-8 | 衢フ秉 | 111010001010000110100010111011111011111010001100111001111010011110001001 | e8a1a2efbe8ce7a789 |
UHC | 衢?秉 | 1100111111000011001111111101110010111100 | cfc33fdcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)