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 | 貉懃キ防 | 11100110101110011001110011100111101101111001011001101000 | e6b99ce7b79668 |
EUC-JP | 貉懃キ防 | 1110110010111011110110001110100110001110101101111100101111001001 | ecbbd8e98eb7cbc9 |
UTF-8 | 貉懃キ防 | 111010001011001010001001111001101000011110000011111011111011110110110111111010011001100010110010 | e8b289e68783efbdb7e998b2 |
UHC | ?懃?防 | 001111111101000011000100001111111101101111000001 | 3fd0c43fdbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)