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 | 詢?? | 11100110011011010011111100111111 | e66d3f3f |
EUC-JP | 詢?? | 11101011110011100011111100111111 | ebce3f3f |
UTF-8 | 詢릑똮 | 111010001010100110100010111010111010011010010001111010111001100010101110 | e8a9a2eba691eb98ae |
UHC | 詢릑똮 | 111000101111001110010000011011011000110001101111 | e2f3906d8c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)