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 | úþ¨B | 11111010111111101010100001000010 | fafea842 |
SJIS-WIN | ??¨B | 0011111100111111100000010100111001000010 | 3f3f814e42 |
EUC-JP | úþ¨B | 100011111010101111100010100011111010100111010000101000011010111101000010 | 8fabe28fa9d0a1af42 |
UTF-8 | úþ¨B | 11000011101110101100001110111110110000101010100001000010 | c3bac3bec2a842 |
UHC | ?þ¨B | 001111111010100110101101101000011010011101000010 | 3fa9ada1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)