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 | 001111110011111110000010110011110101110101001000 | 3f3f82cf5d48 |
EUC-JP | ??ぱ]H | 001111110011111110100100110100010101110101001000 | 3f3fa4d15d48 |
UTF-8 | 룵卽ぱ]H | 1110101110100011101101011110010110001101101111011110001110000001101100010101110101001000 | eba3b5e58dbde381b15d48 |
UHC | 룵卽ぱ]H | 1000111110101010111100011110110110101010110100010101110101001000 | 8faaf1edaad15d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)