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 | 節??將??^ | 100100001101111100111111001111111001101110010010001111110011111101011110 | 90df3f3f9b923f3f5e |
| EUC-JP | 節??將??^ | 110000001110000100111111001111111101010111110010001111110011111101011110 | c0e13f3fd5f23f3f5e |
| UTF-8 | 節쇘뫆將뤄슬^ | 11100111101011111000000011101100100001111001100011101011101010111000011011100101101100001000011111101011101001001000010011101100100010101010110001011110 | e7af80ec8798ebab86e5b087eba484ec8aac5e |
| UHC | 節쇘뫆將뤄슬^ | 11101111101111011011110011100111100100011010100111101101111000101011011111101111101111011011110101011110 | efbdbce791a9ede2b7efbdbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)