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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠖「譚歡^ | 1110010110111101101000101110011010011101100111110110001101011110 | e5bda2e69d9f635e |
EUC-JP | 蠖「譚歡^ | 111010101011111110001110101000101110101111111101110111011100010001011110 | eabf8ea2ebfdddc45e |
UTF-8 | 蠖「譚歡^ | 11101000101000001001011011101111101111011010001011101000101011011001101011100110101011011010000101011110 | e8a096efbda2e8ad9ae6ada15e |
UHC | ??譚歡^ | 00111111001111111101001111001001111111001011011001011110 | 3f3fd3c9fcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)