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 | 逹。豬ゥ | 111001111001110110100001111001101011010110101001 | e79da1e6b5a9 |
EUC-JP | 逹。豬ゥ | 1110110111111101100011101010000111101100101101111000111010101001 | edfd8ea1ecb78ea9 |
UTF-8 | 逹。豬ゥ | 111010011000000010111001111011111011110110100001111010001011000110101100111011111011110110101001 | e980b9efbda1e8b1acefbda9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)