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 | ?????O^ | 00111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f4f5e |
| SJIS-WIN | ⅵホス失O^ | 11111010010001011100111011110001100011101011110110001110101110000100111101011110 | fa45cef18ebd8eb84f5e |
| EUC-JP | ?ホ?ス失O^ | 00111111100011101100111000111111100011101011110110111100101110100100111101011110 | 3f8ece3f8ebdbcba4f5e |
| UTF-8 | ⅵホス失O^ | 1110001010000101101101011110111110111110100011101110111010000100100010011110111110111101101111011110010110100100101100010100111101011110 | e285b5efbe8eee8489efbdbde5a4b14f5e |
| UHC | ⅵ???失O^ | 101001011010011000111111001111110011111111100011111101110100111101011110 | a5a63f3f3fe3f74f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)