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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羚炊□莊 | 1110001110110111100100001000011010000001101000001110010010110101 | e3b7908681a0e4b5 |
EUC-JP | 羚炊□莊 | 1110011010111001101111111110011010100010101000101110100010110111 | e6b9bfe6a2a2e8b7 |
UTF-8 | 羚炊□莊 | 111001111011111010011010111001111000001010001010111000101001011010100001111010001000111010001010 | e7be9ae7828ae296a1e88e8a |
UHC | 羚炊□莊 | 1101011010111110111101101010011110100001111000001110110111110110 | d6bef6a7a1e0edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)