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 | 蜈??節ο?^ | 11100101100001010011111100111111100100001101111110000011110011010011111101011110 | e5853f3f90df83cd3f5e |
| EUC-JP | 蜈??節ο?^ | 11101001111001010011111100111111110000001110000110100110110011110011111101011110 | e9e53f3fc0e1a6cf3f5e |
| UTF-8 | 蜈졾ㄷ節ο쉠^ | 111010001001110010001000111011001010000110111110111000111000010010110111111001111010111110000000110011101011111111101100100010011010000001011110 | e89c88eca1bee384b7e7af80cebfec89a05e |
| UHC | 蜈졾ㄷ節ο쉠^ | 11101000101001011010000011100101101001001010011111101111101111011010010111101111101111011010101001011110 | e8a5a0e5a4a7efbda5efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)