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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ題ケ芽∮ | 1100001110010001111010001011100110001001111010001000011110010011 | c391e8b989e88793 |
EUC-JP | テ題ケ芽? | 100011101100001111000010111010101000111010111001101100101110101000111111 | 8ec3c2ea8eb9b2ea3f |
UTF-8 | テ題ケ芽∮ | 111011111011111010000011111010011010000110001100111011111011110110111001111010001000101010111101111000101000100010101110 | efbe83e9a18cefbdb9e88abde288ae |
UHC | ?題?芽∮ | 0011111111110000101110010011111111100100101101001010001010110001 | 3ff0b93fe4b4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)