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 | 蟯ウ竊肥ц | 111001011011001010110011111000101000011010010100111011001000010010001000 | e5b2b3e28694ec8488 |
EUC-JP | 蟯ウ竊肥ц | 11101010101101001000111010110011111000111110011011001000111011101010011111101000 | eab48eb3e3e6c8eea7e8 |
UTF-8 | 蟯ウ竊肥ц | 1110100010011111101011111110111110111101101100111110011110101011100010101110100010000010101001011101000110000110 | e89fafefbdb3e7ab8ae882a5d186 |
UHC | 蟯?竊肥ц | 111010011010100000111111111011111011110011011101111111101010110011101000 | e9a83fefbcddfeace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)