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 | 嚥⑴뙧嚥⒵씟^ | 11100101100110101010010111100010100100011011010011101011100110011010011111100101100110101010010111100010100100101011010111101100100101001001111101011110 | e59aa5e291b4eb99a7e59aa5e292b5ec949f5e |
UHC | 嚥⑴뙧嚥⒵씟^ | 11100110101111111010100111100111100011001010101111100110101111111010100111100110100111011011001101011110 | e6bfa9e78cabe6bfa9e69db35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)