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 | 楡邀邀 | 100111101011111011100111101100011110011110110001 | 9ebee7b1e7b1 |
EUC-JP | 楡邀邀 | 110111001100000011101110101100111110111010110011 | dcc0eeb3eeb3 |
UTF-8 | 楡邀邀 | 111001101010010110100001111010011000001010000000111010011000001010000000 | e6a5a1e98280e98280 |
UHC | 楡邀邀 | 111010101111100011101001101011011110100110101101 | eaf8e9ade9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)