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 | 裼ソ蛹吩 | 11100101111001111011111111100101100011001001100111100100 | e5e7bfe58c99e4 |
EUC-JP | 裼ソ蛹吩 | 1110101011101001100011101011111111101001111011001101001011100110 | eae98ebfe9ecd2e6 |
UTF-8 | 裼ソ蛹吩 | 111010001010001110111100111011111011110110111111111010001001101110111001111001011001000010101001 | e8a3bcefbdbfe89bb9e590a9 |
UHC | ???吩 | 0011111100111111001111111101110111000011 | 3f3f3fddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)