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 | 湘瀅湘 | 100011111100001111111011010011101000111111000011 | 8fc3fb4e8fc3 |
EUC-JP | 湘瀅湘 | 10111110110001011000111111001001101010111011111011000101 | bec58fc9abbec5 |
UTF-8 | 湘瀅湘 | 111001101011100110011000111001111000000010000101111001101011100110011000 | e6b998e78085e6b998 |
UHC | 湘瀅湘 | 110111111100111111111011101001001101111111001111 | dfcffba4dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)