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 | 耶??熬 | 100101101110101100111111001111111110000010010010 | 96eb3f3fe092 |
EUC-JP | 耶??熬 | 110011001110110100111111001111111101111111110010 | cced3f3fdff2 |
UTF-8 | 耶드떉熬 | 111010001000000010110110111010111001001110011100111010111001011010001001111001111000011010101100 | e880b6eb939ceb9689e786ac |
UHC | 耶드떉熬 | 1110010110101101101101011110010110001011100111111110100010100010 | e5adb5e58b9fe8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)