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 | ??毅貊? | 00111111001111111000101101000010111001101011101100111111 | 3f3f8b42e6bb3f |
EUC-JP | 塡?毅貊? | 100011111011100010110100001111111011010110100011111011001011110100111111 | 8fb8b43fb5a3ecbd3f |
UTF-8 | 塡렲毅貊렜 | 111001011010000110100001111010111010000010110010111001101010111110000101111010001011001010001010111010111010000010011100 | e5a1a1eba0b2e6af85e8b28aeba09c |
UHC | 塡렲毅貊렜 | 11101110111100111000111010111111111010111111011011011000111001111000111010101110 | eef38ebfebf6d8e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)