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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愿?? | 00111111001111110011111110011100110000110011111100111111 | 3f3f3f9cc33f3f |
EUC-JP | ???愿?? | 00111111001111110011111111011000110001010011111100111111 | 3f3f3fd8c53f3f |
UTF-8 | 琉득텋愿꾩꽣 | 111011111010011110001100111010111001001110011101111011011000010110001011111001101000010010111111111010101011111010101001111010101011110110100011 | efa78ceb939ded858be684bfeabea9eabda3 |
UHC | 琉득텋愿꾩꽣 | 111010111010010010110101111001101011011010001000111010101011010010000100111011001000010010110000 | eba4b5e6b688eab484ec84b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)