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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ンエムチ | 11110001111001101101110111111000101010101011010011010001110000011111010111001001 | f1e6ddf8aab4d1c1f5c9 |
EUC-JP | ?ン?エムチ? | 0011111110001110110111010011111110001110101101001000111011010001100011101100000100111111 | 3f8edd3f8eb48ed18ec13f |
UTF-8 | ンエムチ | 111011101000010110100001111011111011111010011101111011101001100110001001111011111011110110110100111011111011111010010001111011111011111010000001111011101001000010110100 | ee85a1efbe9dee9989efbdb4efbe91efbe81ee90b4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)