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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 髏泌イゥ邨ケh | 11101001100100001001010011100101101100101010100111100111101101011011100101101000 | e99094e5b2a9e7b5b968 |
EUC-JP | 髏泌イゥ邨ケh | 11110001111100001100100011100111100011101011001010001110101010011110111010110111100011101011100101101000 | f1f0c8e78eb28ea9eeb78eb968 |
UTF-8 | 髏泌イゥ邨ケh | 11101001101010111000111111100110101100111000110011101111101111011011001011101111101111011010100111101001100000101010100011101111101111011011100101101000 | e9ab8fe6b38cefbdb2efbda9e982a8efbdb968 |
UHC | ?泌??邨?h | 001111111111100110110010001111110011111111110101101111100011111101101000 | 3ff9b23f3ff5be3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)