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 | 鈺??節ο?^ | 11111011110001000011111100111111100100001101111110000011110011010011111101011110 | fbc43f3f90df83cd3f5e |
| EUC-JP | 鈺??節ο?^ | 1000111111100011110101010011111100111111110000001110000110100110110011110011111101011110 | 8fe3d53f3fc0e1a6cf3f5e |
| UTF-8 | 鈺싧ㄷ節ο쉠^ | 111010011000100010111010111011001000101110100111111000111000010010110111111001111010111110000000110011101011111111101100100010011010000001011110 | e988baec8ba7e384b7e7af80cebfec89a05e |
| UHC | 鈺싧ㄷ節ο쉠^ | 11101000101011011001101011100101101001001010011111101111101111011010010111101111101111011010101001011110 | e8ad9ae5a4a7efbda5efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)