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 | 姐゚ャ | 10001000101101111101111110101100 | 88b7dfac |
EUC-JP | 姐゚ャ | 101100001011100110001110110111111000111010101100 | b0b98edf8eac |
UTF-8 | 姐゚ャ | 111001011010011110010000111011111011111010011111111011111011110110101100 | e5a790efbe9fefbdac |
UHC | 姐?? | 11101110101110110011111100111111 | eebb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)