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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯???? | 111110110110111100111111001111110011111100111111 | fb6f3f3f3f3f |
EUC-JP | 畯???? | 10001111110011011011101100111111001111110011111100111111 | 8fcdbb3f3f3f3f |
UTF-8 | 畯흔렎讀렰 | 111001111001010110101111111011011001110110010100111010111010000010001110111011111010010110011010111010111010000010110000 | e795afed9d94eba08eefa59aeba0b0 |
UHC | 畯흔렎讀렰 | 11110001111000011100100011100111100011101010010011010100111001101000111010111101 | f1e1c8e78ea4d4e68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)