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 | 螻菩迄繖エ | 111001011011000110010101111011001001011010011000111000111000010010110100 | e5b195ec9698e384b4 |
EUC-JP | 螻菩迄繖エ | 11101010101100111100101011101110110010111111100011100101111001001000111010110100 | eab3caeecbf8e5e48eb4 |
UTF-8 | 螻菩迄繖エ | 111010001001111010111011111010001000111110101001111010001011111110000100111001111011100110010110111011111011110110110100 | e89ebbe88fa9e8bf84e7b996efbdb4 |
UHC | ?菩??? | 001111111101110011001100001111110011111100111111 | 3fdccc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)