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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陞滓㊥髮瑚怙 | 111010001001111010011111111001101000011110000110111010011001101110001100111010001001110010000000 | e89e9fe68786e99b8ce89c80 |
EUC-JP | 陞滓?髮瑚怙 | 1110111111111110110111101110100000111111111100011111101110111000111010101101011111100000 | effedee83ff1fbb8ead7e0 |
UTF-8 | 陞滓㊥髮瑚怙 | 111010011001100110011110111001101011101110010011111000111000101010100101111010011010101110101110111001111001000110011010111001101000000010011001 | e9999ee6bb93e38aa5e9abaee7919ae68099 |
UHC | 陞滓?髮瑚? | 11100011101100111110111010101011001111111101101110100101111110111101000100111111 | e3b3eeab3fdba5fbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)