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 | テシ雹芽∮ | 1100001110111100111010001011100110001001111010001000011110010011 | c3bce8b989e88793 |
EUC-JP | テシ雹芽? | 100011101100001110001110101111001111000010111011101100101110101000111111 | 8ec38ebcf0bbb2ea3f |
UTF-8 | テシ雹芽∮ | 111011111011111010000011111011111011110110111100111010011001101110111001111010001000101010111101111000101000100010101110 | efbe83efbdbce99bb9e88abde288ae |
UHC | ??雹芽∮ | 0011111100111111110110101101111111100100101101001010001010110001 | 3f3fdadfe4b4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)