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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 嚥??嚥??^ | 100110101000101100111111001111111001101010001011001111110011111101011110 | 9a8b3f3f9a8b3f3f5e |
EUC-JP | 嚥??嚥??^ | 110100111110101100111111001111111101001111101011001111110011111101011110 | d3eb3f3fd3eb3f3f5e |
UTF-8 | 嚥싴댅嚥싴댅^ | 11100101100110101010010111101100100010111011010011101011100011001000010111100101100110101010010111101100100010111011010011101011100011001000010101011110 | e59aa5ec8bb4eb8c85e59aa5ec8bb4eb8c855e |
UHC | 嚥싴댅嚥싴댅^ | 11100110101111111001101011101101100010001010111111100110101111111001101011101101100010001010111101011110 | e6bf9aed88afe6bf9aed88af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)