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 | 驕イ菴懷 | 11101001100000011011001011100100101111011001110011100101 | e981b2e4bd9ce5 |
EUC-JP | 驕イ菴懷 | 1111000111100001100011101011001011101000101111111101100011100111 | f1e18eb2e8bfd8e7 |
UTF-8 | 驕イ菴懷 | 111010011010100110010101111011111011110110110010111010001000111110110100111001101000011110110111 | e9a995efbdb2e88fb4e687b7 |
UHC | 驕?菴懷 | 11001110111101100011111111100100111000001111110011100011 | cef63fe4e0fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)