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 | ヨヨ | 1111010110101111110101101111000001101000111101011010111111010110 | f5afd6f068f5afd6 |
EUC-JP | ?ヨ??ヨ | 00111111100011101101011000111111001111111000111011010110 | 3f8ed63f3f8ed6 |
UTF-8 | ヨヨ | 111011101001000010011010111011111011111010010110111011101000000010101000111011101001000010011010111011111011111010010110 | ee909aefbe96ee80a8ee909aefbe96 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)