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 | 靭?應校 | 10010000011110000011111110011100111001001000110101011010 | 90783f9ce48d5a |
EUC-JP | 靭?應校 | 10111111110110010011111111011000111001101011100110111011 | bfd93fd8e6b9bb |
UTF-8 | 靭렰應校 | 111010011001110110101101111010111010000010110000111001101000011110001001111001101010000010100001 | e99dadeba0b0e68789e6a0a1 |
UHC | 靭렰應校 | 1110110011100101100011101011110111101011111010111100111011101000 | ece58ebdebebcee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)