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 | 驕也ィョ竏 | 1110100110000001100101101110011110101000101011101110001010001000 | e98196e7a8aee288 |
EUC-JP | 驕也ィョ竏 | 11110001111000011100110011101001100011101010100010001110101011101110001111101000 | f1e1cce98ea88eaee3e8 |
UTF-8 | 驕也ィョ竏 | 111010011010100110010101111001001011100110011111111011111011110110101000111011111011110110101110111001111010101110001111 | e9a995e4b99fefbda8efbdaee7ab8f |
UHC | 驕也??? | 11001110111101101110010110100101001111110011111100111111 | cef6e5a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)