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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヨ翊ヨ翊B | 11010110111000111100001011010110111000111100001001000010 | d6e3c2d6e3c242 |
EUC-JP | ヨ翊ヨ翊B | 100011101101011011100110110001001000111011010110111001101100010001000010 | 8ed6e6c48ed6e6c442 |
UTF-8 | ヨ翊ヨ翊B | 11101111101111101001011011100111101111111000101011101111101111101001011011100111101111111000101001000010 | efbe96e7bf8aefbe96e7bf8a42 |
UHC | ?翊?翊B | 00111111111011001100110100111111111011001100110101000010 | 3feccd3feccd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)