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 | 螂幄ョ楢惷 | 111001011010010110011011111010001010111010010011111010001001110010110100 | e5a59be8ae93e89cb4 |
EUC-JP | 螂幄ョ楢惷 | 11101010101001111101011011101010100011101010111011000110111010101101100010110110 | eaa7d6ea8eaec6ead8b6 |
UTF-8 | 螂幄ョ楢惷 | 111010001001111010000010111001011011100110000100111011111011110110101110111001101010010110100010111001101000001110110111 | e89e82e5b984efbdaee6a5a2e683b7 |
UHC | 螂幄?楢? | 1101010111001100111001001100000100111111111010101111100100111111 | d5cce4c13feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)