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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞜ス譎∫エ | 1110100011011111101111011110011010011001100000011110011110110100 | e8dfbde69981e7b4 |
EUC-JP | 鞜ス譎∫エ | 11110000111000011000111010111101111010111111100110100010111010011000111010110100 | f0e18ebdebf9a2e98eb4 |
UTF-8 | 鞜ス譎∫エ | 111010011001111010011100111011111011110110111101111010001010110110001110111000101000100010101011111011111011110110110100 | e99e9cefbdbde8ad8ee288abefbdb4 |
UHC | ??譎∫? | 00111111001111111111110111010010101000011111001000111111 | 3f3ffdd2a1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)