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 | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | ?∽?嵬??M | 001111111000000111100100001111111001101111001010001111110011111101001101 | 3f81e43f9bca3f3f4d |
EUC-JP | ?∽?嵬??M | 001111111010001011100110001111111101011011001100001111110011111101001101 | 3fa2e63fd6cc3f3f4d |
UTF-8 | 療∽슭嵬놂스M | 11101111101001111000000111100010100010001011110111101100100010101010110111100101101101011010110011101011100001101000001011101100100010101010010001001101 | efa781e288bdec8aade5b5aceb8682ec8aa44d |
UHC | 療∽슭嵬놂스M | 11101000111111101010000111101111101111011011111011101000111000111011001111101111101111011011101001001101 | e8fea1efbdbee8e3b3efbdba4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)