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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?於 | 001111111000100110010111 | 3f8997 |
EUC-JP | ?於 | 001111111011000111110111 | 3fb1f7 |
UTF-8 | 렢於 | 111010111010000010100010111001101001011010111100 | eba0a2e696bc |
UHC | 렢於 | 10001110101100111110010111011010 | 8eb3e5da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)