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 | 淲、闊手ウ | 1111101101000100101001001110100010001000100011101110100010110011 | fb44a4e8888ee8b3 |
EUC-JP | ?、闊手ウ | 001111111000111010100100111011111110100010111100111010101000111010110011 | 3f8ea4efe8bcea8eb3 |
UTF-8 | 淲、闊手ウ | 111001101011011110110010111011111011110110100100111010011001011110001010111001101000100110001011111011111011110110110011 | e6b7b2efbda4e9978ae6898befbdb3 |
UHC | ??闊手? | 00111111001111111111110011000100111000101010001000111111 | 3f3ffcc4e2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)