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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌溽ャ | 1110100010011001100111111110011110101100 | e8999fe7ac |
EUC-JP | 陌溽ャ | 111011111111100111011110111010011000111010101100 | eff9dee98eac |
UTF-8 | 陌溽ャ | 111010011001100110001100111001101011101010111101111011111011110110101100 | e9998ce6babdefbdac |
UHC | 陌?? | 11011000111010000011111100111111 | d8e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)