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 | 韜戊セ曖 | 11101000111010011001010111101000101111101001111001000010 | e8e995e8be9e42 |
EUC-JP | 韜戊セ曖 | 1111000011101011110010101110101010001110101111101101101110100011 | f0ebcaea8ebedba3 |
UTF-8 | 韜戊セ曖 | 111010011001111110011100111001101000100010001010111011111011110110111110111001101001101110010110 | e99f9ce6888aefbdbee69b96 |
UHC | 韜戊?曖 | 11010100101101111101100111100110001111111110010011110010 | d4b7d9e63fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)