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 | ??懶 | 00111111001111111001110011101111 | 3f3f9cef |
EUC-JP | ?湞懶 | 001111111000111111000111111111101101100011110001 | 3f8fc7fed8f1 |
UTF-8 | 뤺湞懶 | 111010111010010010111010111001101011100110011110111001101000011110110110 | eba4bae6b99ee687b6 |
UHC | 뤺湞懶 | 100011111110100011101111111001101101010011111011 | 8fe8efe6d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)