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 | 臟???室 | 11100100011001100011111100111111001111111000111010111010 | e4663f3f3f8eba |
EUC-JP | 臟???室 | 11100111110001110011111100111111001111111011110010111100 | e7c73f3f3fbcbc |
UTF-8 | 臟렟諪렍室 | 111010001000011110011111111010111010000010011111111010001010101110101010111010111010000010001101111001011010111010100100 | e8879feba09fe8abaaeba08de5aea4 |
UHC | 臟렟諪렍室 | 11101101111101001000111010110000111011111111010110001110101000111110001111111000 | edf48eb0eff58ea3e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)