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 | ??免 | 00111111001111111001011011000110 | 3f3f96c6 |
EUC-JP | ??免 | 00111111001111111100110011001000 | 3f3fccc8 |
UTF-8 | 뤶풆免 | 111010111010010010110110111011011001001010000110111001011000010110001101 | eba4b6ed9286e5858d |
UHC | 뤶풆免 | 100011111110010010111110100011101101100011110011 | 8fe4be8ed8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)