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 | 鏑?\ | 10010011010011000011111101011100 | 934c3f5c |
EUC-JP | 鏑?\ | 11000101101011010011111101011100 | c5ad3f5c |
UTF-8 | 鏑탯\ | 11101001100011111001000111101101100000111010111101011100 | e98f91ed83af5c |
UHC | 鏑탯\ | 1110111011101011110001011100100001011100 | eeebc5c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)