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 | è¾´ñ | 11101000101111101011010011110001 | e8beb4f1 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | è?´ñ | 100011111010101110110010001111111010000110101101100011111010101111010000 | 8fabb23fa1ad8fabd0 |
UTF-8 | è¾´ñ | 1100001110101000110000101011111011000010101101001100001110110001 | c3a8c2bec2b4c3b1 |
UHC | ?¾´? | 001111111010100011111010101000101010010100111111 | 3fa8faa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)