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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱?悌?禎 | 1001111101010100001111111001001011101110001111111001001011110101 | 9f543f92ee3f92f5 |
EUC-JP | 鬱?悌?禎 | 1101110110110101001111111100010011110000001111111100010011110111 | ddb53fc4f03fc4f7 |
UTF-8 | 鬱렚悌렏禎 | 111010011010110010110001111010111010000010011010111001101000001010001100111010111010000010001111111001111010011010001110 | e9acb1eba09ae6828ceba08fe7a68e |
UHC | 鬱렚悌렏禎 | 11101010101001101000111010101101111100001010101010001110101001011110111111101110 | eaa68eadf0aa8ea5efee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)