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 | 剰カ\ | 10001111111010001011011001011100 | 8fe8b65c |
EUC-JP | 剰カ\ | 1011111011101010100011101011011001011100 | beea8eb65c |
UTF-8 | 剰カ\ | 11100101100010011011000011101111101111011011011001011100 | e589b0efbdb65c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)