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 | 嚥??宥 | 100110101000101100111111001111111001011101000111 | 9a8b3f3f9747 |
EUC-JP | 嚥??宥 | 110100111110101100111111001111111100110110101000 | d3eb3f3fcda8 |
UTF-8 | 嚥싥렔宥 | 111001011001101010100101111011001000101110100101111010111010000010010100111001011010111010100101 | e59aa5ec8ba5eba094e5aea5 |
UHC | 嚥싥렔宥 | 1110011010111111100110101110001110001110101010011110101011101001 | e6bf9ae38ea9eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)