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 | 驕イ菴懷薄 | 111010011000000110110010111001001011110110011100111001011001010010010110 | e981b2e4bd9ce59496 |
EUC-JP | 驕イ菴懷薄 | 11110001111000011000111010110010111010001011111111011000111001111100011111110110 | f1e18eb2e8bfd8e7c7f6 |
UTF-8 | 驕イ菴懷薄 | 111010011010100110010101111011111011110110110010111010001000111110110100111001101000011110110111111010001001011010000100 | e9a995efbdb2e88fb4e687b7e89684 |
UHC | 驕?菴懷薄 | 110011101111011000111111111001001110000011111100111000111101101011011101 | cef63fe4e0fce3dadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)