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 | 稔?霆?搖 | 1001011010101011001111111110100010111011001111111001110110001010 | 96ab3fe8bb3f9d8a |
EUC-JP | 稔?霆?搖 | 1100110010101101001111111111000010111101001111111101100111101010 | ccad3ff0bd3fd9ea |
UTF-8 | 稔렟霆렪搖 | 111001111010100010010100111010111010000010011111111010011001110010000110111010111010000010101010111001101001000010010110 | e7a894eba09fe99c86eba0aae69096 |
UHC | 稔렟霆렪搖 | 11101100111110011000111010110000111011111111110110001110101110001110100011110100 | ecf98eb0effd8eb8e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)