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 | ンワ?賍贓 | 11011101110111000011111111100110110110101110011011011001 | dddc3fe6dae6d9 |
EUC-JP | ンワ鮍賍贓 | 1000111011011101100011101101110010001111111010101101101011101100110111001110110011011011 | 8edd8edc8feadaecdcecdb |
UTF-8 | ンワ鮍賍贓 | 111011111011111010011101111011111011111010011100111010011010111010001101111010001011001110001101111010001011010010010011 | efbe9defbe9ce9ae8de8b38de8b493 |
UHC | ????贓 | 001111110011111100111111001111111110110111111100 | 3f3f3f3fedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)