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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪ゥ迪ッ | 111001111000110010101001111001111000110010101111 | e78ca9e78caf |
EUC-JP | 迪ゥ迪ッ | 1110110111101100100011101010100111101101111011001000111010101111 | edec8ea9edec8eaf |
UTF-8 | 迪ゥ迪ッ | 111010001011111110101010111011111011110110101001111010001011111110101010111011111011110110101111 | e8bfaaefbda9e8bfaaefbdaf |
UHC | 迪?迪? | 111011101110100000111111111011101110100000111111 | eee83feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)