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 | 楡?\ | 10011110101111100011111101011100 | 9ebe3f5c |
EUC-JP | 楡?\ | 11011100110000000011111101011100 | dcc03f5c |
UTF-8 | 楡젬\ | 11100110101001011010000111101100101000001010110001011100 | e6a5a1eca0ac5c |
UHC | 楡젬\ | 1110101011111000110000011010101001011100 | eaf8c1aa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)