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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?享豺昊 | 00111111100010111001110111100110101101111001110111011101 | 3f8b9de6b79ddd |
| EUC-JP | ?享豺昊 | 00111111101101011111110111101100101110011101101011011111 | 3fb5fdecb9dadf |
| UTF-8 | 뢲享豺昊 | 111010111010001010110010111001001011101010101011111010001011000110111010111001101001100010001010 | eba2b2e4baabe8b1bae6988a |
| UHC | 뢲享豺昊 | 1000111101110001111110101011110111100011110011111111101111000100 | 8f71fabde3cffbc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)