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 | 諍?漿?訂 | 1110011001111001001111111001111111110111001111111001001011111001 | e6793f9ff73f92f9 |
EUC-JP | 諍?漿?訂 | 1110101111011010001111111101111011111001001111111100010011111011 | ebda3fdef93fc4fb |
UTF-8 | 諍렣漿렱訂 | 111010001010101110001101111010111010000010100011111001101011110010111111111010111010000010110001111010001010100010000010 | e8ab8deba0a3e6bcbfeba0b1e8a882 |
UHC | 諍렣漿렱訂 | 11101110101101011000111010110100111011011110110010001110101111101110111111110100 | eeb58eb4edec8ebeeff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)