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 | ?????f | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
| SJIS-WIN | ???斤?f | 00111111001111110011111110001011110100100011111101100110 | 3f3f3f8bd23f66 |
| EUC-JP | ???斤?f | 00111111001111110011111110110110110101000011111101100110 | 3f3f3fb6d43f66 |
| UTF-8 | 렻렋렺斤렒f | 11101011101000001011101111101011101000001000101111101011101000001011101011100110100101101010010011101011101000001001001001100110 | eba0bbeba08beba0bae696a4eba09266 |
| UHC | 렻렋렺斤렒f | 1000111011000011100011101010001010001110110000101101000011000101100011101010011101100110 | 8ec38ea28ec2d0c58ea766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)