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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?腋h | 00111111111000111111110001101000 | 3fe3fc68 |
EUC-JP | ?腋h | 00111111111001101111111001101000 | 3fe6fe68 |
UTF-8 | 쒀腋h | 11101100100100101000000011101000100001011000101101101000 | ec9280e8858b68 |
UHC | 쒀腋h | 1011111010101100111001001111110101101000 | beace4fd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)