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 | 熊莖??諄 | 1000110001000110111001001011000100111111001111111110011001111000 | 8c46e4b13f3fe678 |
EUC-JP | 熊莖??諄 | 1011011110100111111010001011001100111111001111111110101111011001 | b7a7e8b33f3febd9 |
UTF-8 | 熊莖렡렯諄 | 111001111000011010001010111010001000111010010110111010111010000010100001111010111010000010101111111010001010101110000100 | e7868ae88e96eba0a1eba0afe8ab84 |
UHC | 熊莖렡렯諄 | 11101010101010001100110011101100100011101011001010001110101111001110001011110100 | eaa8ccec8eb28ebce2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)