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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 遶ェ貉帛゚ッB | 11100111101010111010101011100110101110011001101111100101110111111010111101000010 | e7abaae6b99be5dfaf42 |
EUC-JP | 遶ェ貉帛゚ッB | 11101110101011011000111010101010111011001011101111010110111001111000111011011111100011101010111101000010 | eead8eaaecbbd6e78edf8eaf42 |
UTF-8 | 遶ェ貉帛゚ッB | 11101001100000011011011011101111101111011010101011101000101100101000100111100101101110001001101111101111101111101001111111101111101111011010111101000010 | e981b6efbdaae8b289e5b89befbe9fefbdaf42 |
UHC | ???帛??B | 0011111100111111001111111101101111011001001111110011111101000010 | 3f3f3fdbd93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)