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 | 貎∝ク擬 | 11100110101111011000000111100101101110001000101101011011 | e6bd81e5b88b5b |
EUC-JP | 貎∝ク擬 | 1110110010111111101000101110011110001110101110001011010110111100 | ecbfa2e78eb8b5bc |
UTF-8 | 貎∝ク擬 | 111010001011001010001110111000101000100010011101111011111011110110111000111001101001001110101100 | e8b28ee2889defbdb8e693ac |
UHC | ?∝?擬 | 001111111010000111110000001111111110101111110100 | 3fa1f03febf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)