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 | 逵ゥ髷ヲ逍シ^ | 11100111100111001010100111101001100111101010011011100111100101101011110001011110 | e79ca9e99ea6e796bc5e |
| EUC-JP | 逵ゥ髷ヲ逍シ^ | 11101101111111001000111010101001111100011111111010001110101001101110110111110110100011101011110001011110 | edfc8ea9f1fe8ea6edf68ebc5e |
| UTF-8 | 逵ゥ髷ヲ逍シ^ | 11101001100000001011010111101111101111011010100111101001101010111011011111101111101111011010011011101001100000001000110111101111101111011011110001011110 | e980b5efbda9e9abb7efbda6e9808defbdbc5e |
| UHC | 逵???逍?^ | 110100001011000000111111001111110011111111100001110011100011111101011110 | d0b03f3f3fe1ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)