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 | 001111110011111110000010110100100101110101001000 | 3f3f82d25d48 |
EUC-JP | ??ぴ]H | 001111110011111110100100110101000101110101001000 | 3f3fa4d45d48 |
UTF-8 | 룶쥚ぴ]H | 1110101110100011101101101110110010100101100110101110001110000001101101000101110101001000 | eba3b6eca59ae381b45d48 |
UHC | 룶쥚ぴ]H | 1000111110101011101000101000111110101010110101000101110101001000 | 8faba28faad45d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)