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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 叱霓カ鞐タ | 11110000101101111000111010110110111010001011110110110110111010001101111011000000 | f0b78eb6e8bdb6e8dec0 |
EUC-JP | ?叱霓カ鞐タ | 0011111110111100101110001111000010111111100011101011011011110000111000001000111011000000 | 3fbcb8f0bf8eb6f0e08ec0 |
UTF-8 | 叱霓カ鞐タ | 111011101000000110110110111001011000111110110001111010011001110010010011111011111011110110110110111010011001111010010000111011111011111010000000 | ee81b6e58fb1e99c93efbdb6e99e90efbe80 |
UHC | ?叱霓??? | 0011111111110010111010101110011111100111001111110011111100111111 | 3ff2eae7e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)