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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蜆毳B | 1110010110000100100111110111110101000010 | e5849f7d42 |
EUC-JP | 蜆毳B | 1110100111100100110111011101111001000010 | e9e4ddde42 |
UTF-8 | 蜆毳B | 11101000100111001000011011100110101011111011001101000010 | e89c86e6afb342 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)