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 | 魘抵セ碑 | 11101001101101001001001011101111101111101001010011101000 | e9b492efbe94e8 |
EUC-JP | 魘抵セ碑 | 1111001010110110110001001111000110001110101111101100100011101010 | f2b6c4f18ebec8ea |
UTF-8 | 魘抵セ碑 | 111010011010110110011000111001101000101010110101111011111011110110111110111001111010001010010001 | e9ad98e68ab5efbdbee7a291 |
UHC | ?抵?碑 | 001111111110111010111101001111111101110111111000 | 3feebd3fddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)