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 | 詢릨똝 | 111010001010100110100010111010111010011010101000111010111001100010011101 | e8a9a2eba6a8eb989d |
UHC | 詢릨똝 | 111000101111001110010000100010101000110001011010 | e2f3908a8c5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)