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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 濡?┥ | 1001010001000111001111111000010010111100 | 94473f84bc |
| EUC-JP | 濡?┥ | 1100011110101000001111111010100010111110 | c7a83fa8be |
| UTF-8 | 濡싷┥ | 111001101011111110100001111011001000101110110111111000101001010010100101 | e6bfa1ec8bb7e294a5 |
| UHC | 濡싷┥ | 111010111010000110011010111011111010011010111110 | eba19aefa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)