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 | 湘繒鬘 | 100011111100001111111011100011111110100110100001 | 8fc3fb8fe9a1 |
EUC-JP | 湘繒鬘 | 10111110110001011000111111010100110101001111001010100011 | bec58fd4d4f2a3 |
UTF-8 | 湘繒鬘 | 111001101011100110011000111001111011100110010010111010011010110010011000 | e6b998e7b992e9ac98 |
UHC | 湘繒? | 1101111111001111111100011111100100111111 | dfcff1f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)