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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 塢???? | 100110101100011100111111001111110011111100111111 | 9ac73f3f3f3f |
EUC-JP | 塢??瑗? | 1101010011001001001111110011111110001111110011001100000000111111 | d4c93f3f8fccc03f |
UTF-8 | 塢띾넚瑗귻 | 111001011010000110100010111010111001110110111110111010111000010010011010111001111001000110010111111010101011011110111011 | e5a1a2eb9dbeeb849ae79197eab7bb |
UHC | 塢띾넚瑗귻 | 11100111111100011000110111101011100001101010000111101010101111001000001101000010 | e7f18deb86a1eabc8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)