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 | 耶?\ | 10010110111010110011111101011100 | 96eb3f5c |
EUC-JP | 耶?\ | 11001100111011010011111101011100 | cced3f5c |
UTF-8 | 耶뾥\ | 11101000100000001011011011101011101111101010010101011100 | e880b6ebbea55c |
UHC | 耶뾥\ | 1110010110101101100101110110100001011100 | e5ad97685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)