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 | ???壅? | 001111110011111100111111100110101101011100111111 | 3f3f3f9ad73f |
EUC-JP | 髥??壅? | 1000111111101001111100000011111100111111110101001101100100111111 | 8fe9f03f3fd4d93f |
UTF-8 | 髥곮뮅壅쬑 | 111010011010101110100101111010101011001110101110111010111010111010000101111001011010001110000101111011001010110010010001 | e9aba5eab3aeebae85e5a385ecac91 |
UHC | 髥곮뮅壅쬑 | 11100111101000111000000111101000100100101001010011101000101101011010011101000110 | e7a381e89294e8b5a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)