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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髢サ? | 11101001100101101011101100111111 | e996bb3f |
EUC-JP | 髢サ寗 | 11110001111101101000111010111011100011111011101011100000 | f1f68ebb8fbae0 |
UTF-8 | 髢サ寗 | 111010011010101110100010111011111011110110111011111001011010111110010111 | e9aba2efbdbbe5af97 |
UHC | ??寗 | 00111111001111111101001010111100 | 3f3fd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)