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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 剰ネ\ | 10001111111010001100100001011100 | 8fe8c85c |
EUC-JP | 剰ネ\ | 1011111011101010100011101100100001011100 | beea8ec85c |
UTF-8 | 剰ネ\ | 11100101100010011011000011101111101111101000100001011100 | e589b0efbe885c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)