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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??濩 | 0011111100111111100011111100100110100100 | 3f3f8fc9a4 |
UTF-8 | 넴뤓濩 | 111010111000010010110100111010111010010010010011111001101011111110101001 | eb84b4eba493e6bfa9 |
UHC | 넴뤓濩 | 101100111101101110001111110000111111101111001101 | b3db8fc3fbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)