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 | ?{?? | 00111111011110110011111100111111 | 3f7b3f3f |
SJIS-WIN | 唸{咤喊 | 10011010010110000111101110011010010000101001101001011110 | 9a587b9a429a5e |
EUC-JP | 唸{咤喊 | 11010011101110010111101111010011101000111101001110111111 | d3b97bd3a3d3bf |
UTF-8 | 唸{咤喊 | 11100101100101001011100001111011111001011001001010100100111001011001011010001010 | e594b87be592a4e5968a |
UHC | ?{咤喊 | 001111110111101111110110111000111111100111100010 | 3f7bf6e3f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)