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 | 羞?? | 11100011101101010011111100111111 | e3b53f3f |
EUC-JP | 羞?? | 11100110101101110011111100111111 | e6b73f3f |
UTF-8 | 羞귝댙 | 111001111011111010011110111010101011011110011101111010111000110010011001 | e7be9eeab79deb8c99 |
UHC | 羞귝댙 | 111000101011101010000010111001101000100010111101 | e2ba82e688bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)