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 | 饒??彦 | 111010010110000000111111001111111001010101000110 | e9603f3f9546 |
| EUC-JP | 饒??彦 | 111100011100000100111111001111111100100110100111 | f1c13f3fc9a7 |
| UTF-8 | 饒ⓧ툧彦 | 111010011010010110010010111000101001001110100111111011011000100010100111111001011011110110100110 | e9a592e293a7ed88a7e5bda6 |
| UHC | 饒ⓧ툧彦 | 1110100110101110101010001110010010111000100111101110010111101001 | e9aea8e4b89ee5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)