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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | テ禿』{d | 11000011100100111100001110000001011110000111101101100100 | c393c381787b64 |
EUC-JP | テ禿』{d | 1000111011000011110001101100010110100001110110010111101101100100 | 8ec3c6c5a1d97b64 |
UTF-8 | テ禿』{d | 1110111110111110100000111110011110100110101111111110001110000000100011110111101101100100 | efbe83e7a6bfe3808f7b64 |
UHC | ?禿』{d | 00111111110101001011111010100001101110110111101101100100 | 3fd4bea1bb7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)