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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 褥セ竊庭ウ | 1110010111110001101111101110001010000110100100101110101110110011 | e5f1bee28692ebb3 |
| EUC-JP | 褥セ竊庭ウ | 11101010111100111000111010111110111000111110011011000100111011011000111010110011 | eaf38ebee3e6c4ed8eb3 |
| UTF-8 | 褥セ竊庭ウ | 111010001010010010100101111011111011110110111110111001111010101110001010111001011011101010101101111011111011110110110011 | e8a4a5efbdbee7ab8ae5baadefbdb3 |
| UHC | 褥?竊庭? | 1110100110110011001111111110111110111100111011111101010000111111 | e9b33fefbcefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)