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 | 吾ч?嗚? | 1000110011100001100001001000100100111111100110100110101000111111 | 8ce184893f9a6a3f |
EUC-JP | 吾ч?嗚? | 1011100011100011101001111110100100111111110100111100101100111111 | b8e3a7e93fd3cb3f |
UTF-8 | 吾ч쭏嗚륗 | 1110010110010000101111101101000110000111111011001010110110001111111001011001011110011010111010111010010110010111 | e590bed187ecad8fe5979aeba597 |
UHC | 吾ч쭏嗚륗 | 11100111111011101010110011101001101001111000100011100111111100001000111111111110 | e7eeace9a788e7f08ffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)