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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 約??葯 | 100101101111000100111111001111111110010011011110 | 96f13f3fe4de |
EUC-JP | 約??葯 | 110011001111001100111111001111111110100011100000 | ccf33f3fe8e0 |
UTF-8 | 約듣춼葯 | 111001111011010010000100111010111001001110100011111011001011011010111100111010001001000110101111 | e7b484eb93a3ecb6bce891af |
UHC | 約듣춼葯 | 1110010110110011101101011110100010101101100110001110010110110101 | e5b3b5e8ad98e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)