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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ??ビ]H | 001111110011111110000011011100100101110101001000 | 3f3f83725d48 |
EUC-JP | ??ビ]H | 001111110011111110100101110100110101110101001000 | 3f3fa5d35d48 |
UTF-8 | 룶즽ビ]H | 1110101110100011101101101110110010100110101111011110001110000011100100110101110101001000 | eba3b6eca6bde383935d48 |
UHC | 룶즽ビ]H | 1000111110101011101000111000111110101011110100110101110101001000 | 8faba38fabd35d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)