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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | モ。モ。O | 110100111010000111010011101000011111011110101110111101111010101001001111 | d3a1d3a1f7aef7aa4f |
| EUC-JP | モ。モ。??O | 1000111011010011100011101010000110001110110100111000111010100001001111110011111101001111 | 8ed38ea18ed38ea13f3f4f |
| UTF-8 | モ。モ。O | 11101111101111101001001111101111101111011010000111101111101111101001001111101111101111011010000111101110100101101001000111101110100101101000110101001111 | efbe93efbda1efbe93efbda1ee9691ee968d4f |
| UHC | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)