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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 騾ァ螳亥垓B | 11101001100000001010011111100101101011101000100011100101100110101011010001000010 | e980a7e5ae88e59ab442 |
EUC-JP | 騾ァ螳亥垓B | 1111000111100000100011101010011111101010101100001011000011100111110101001011011001000010 | f1e08ea7eab0b0e7d4b642 |
UTF-8 | 騾ァ螳亥垓B | 11101001101010001011111011101111101111011010011111101000100111101011001111100100101110101010010111100101100111101001001101000010 | e9a8beefbda7e89eb3e4baa5e59e9342 |
UHC | ??螳亥垓B | 001111110011111111010011110110011111101010100100111110101010011101000010 | 3f3fd3d9faa4faa742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)