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 | 闕オ貍ア蜍 | 1110100010001101101101011110011010111100101100011110010110001011 | e88db5e6bcb1e58b |
EUC-JP | 闕オ貍ア蜍 | 11101111111011011000111010110101111011001011111010001110101100011110100111101011 | efed8eb5ecbe8eb1e9eb |
UTF-8 | 闕オ貍ア蜍 | 111010011001011110010101111011111011110110110101111010001011001010001101111011111011110110110001111010001001110010001101 | e99795efbdb5e8b28defbdb1e89c8d |
UHC | 闕???? | 110011111111010000111111001111110011111100111111 | cff43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)