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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 鶯痔W鶯痔 | 111010011111001010001110101001000101011111101001111100101000111010100100 | e9f28ea457e9f28ea4 |
EUC-JP | 鶯痔W鶯痔 | 111100101111010010111100101001100101011111110010111101001011110010100110 | f2f4bca657f2f4bca6 |
UTF-8 | 鶯痔W鶯痔 | 11101001101101101010111111100111100101111001010001010111111010011011011010101111111001111001011110010100 | e9b6afe7979457e9b6afe79794 |
UHC | 鶯痔W鶯痔 | 111001011010001111110110110000000101011111100101101000111111011011000000 | e5a3f6c057e5a3f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)