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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕牙エ友 | 11101001100000011000100111100101101101001001011101000110 | e98189e5b49746 |
EUC-JP | 驕牙エ友 | 1111000111100001101100101110011110001110101101001100110110100111 | f1e1b2e78eb4cda7 |
UTF-8 | 驕牙エ友 | 111010011010100110010101111001111000100110011001111011111011110110110100111001011000111110001011 | e9a995e78999efbdb4e58f8b |
UHC | 驕牙?友 | 11001110111101101110010010110011001111111110100111010010 | cef6e4b33fe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)