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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 艤??矣?h | 1110010001111110001111110011111111100001111000010011111101101000 | e47e3f3fe1e13f68 |
EUC-JP | 艤??矣?h | 1110011111011111001111110011111111100010111000110011111101101000 | e7df3f3fe2e33f68 |
UTF-8 | 艤㏃쇎矣멺h | 11101000100010011010010011100011100011111000001111101100100001111000111011100111100111111010001111101011101010011011101001101000 | e889a4e38f83ec878ee79fa3eba9ba68 |
UHC | 艤㏃쇎矣멺h | 1110101111111010101001111110110010011001101111111110101111111000100100010110011101101000 | ebfaa7ec99bfebf8916768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)