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? | 001111110011111100111111001111110100100000111111 | 3f3f3f3f483f |
SJIS-WIN | 魘」鮖ソH跖 | 111010011011010010100011111010011011100110111111010010001110011011101000 | e9b4a3e9b9bf48e6e8 |
EUC-JP | 魘」鮖ソH跖 | 1111001010110110100011101010001111110010101110111000111010111111010010001110110011101010 | f2b68ea3f2bb8ebf48ecea |
UTF-8 | 魘」鮖ソH跖 | 11101001101011011001100011101111101111011010001111101001101011101001011011101111101111011011111101001000111010001011011110010110 | e9ad98efbda3e9ae96efbdbf48e8b796 |
UHC | ????H? | 001111110011111100111111001111110100100000111111 | 3f3f3f3f483f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)