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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???遇 | 0011111100111111001111111000101111110110 | 3f3f3f8bf6 |
EUC-JP | 勖??遇 | 10001111101100111110110100111111001111111011011011111000 | 8fb3ed3f3fb6f8 |
UTF-8 | 勖퀴칡遇 | 111001011000101110010110111011011000000010110100111011001011100110100001111010011000000110000111 | e58b96ed80b4ecb9a1e98187 |
UHC | 勖퀴칡遇 | 1110100111101101110001001111101111000100101001101110100111100111 | e9edc4fbc4a6e9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)