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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟄門サ | 1110010110101101100101101110010110111011 | e5ad96e5bb |
EUC-JP | 蟄門サ | 111010101010111111001100111001111000111010111011 | eaafcce78ebb |
UTF-8 | 蟄門サ | 111010001001111110000100111010011001011010000000111011111011110110111011 | e89f84e99680efbdbb |
UHC | 蟄門? | 1111011011011110110110101010011000111111 | f6dedaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)