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 | ×Ün}×Ün{^ | 110101111101110001101110011111011101011111011100011011100111101101011110 | d7dc6e7dd7dc6e7b5e |
SJIS-WIN | ×?n}×?n{^ | 1000000101111110001111110110111001111101100000010111111000111111011011100111101101011110 | 817e3f6e7d817e3f6e7b5e |
EUC-JP | ×Ün}×Ün{^ | 101000011101111110001111101010101110010001101110011111011010000111011111100011111010101011100100011011100111101101011110 | a1df8faae46e7da1df8faae46e7b5e |
UTF-8 | ×Ün}×Ün{^ | 11000011100101111100001110011100011011100111110111000011100101111100001110011100011011100111101101011110 | c397c39c6e7dc397c39c6e7b5e |
UHC | ×?n}×?n{^ | 1010000110111111001111110110111001111101101000011011111100111111011011100111101101011110 | a1bf3f6e7da1bf3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)