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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 悛?[}悛?[{^ | 1001110010100000001111110101101101111101100111001010000000111111010110110111101101011110 | 9ca03f5b7d9ca03f5b7b5e |
EUC-JP | 悛?[}悛?[{^ | 1101100010100010001111110101101101111101110110001010001000111111010110110111101101011110 | d8a23f5b7dd8a23f5b7b5e |
UTF-8 | 悛물[}悛물[{^ | 1110011010000010100110111110101110101100101111000101101101111101111001101000001010011011111010111010110010111100010110110111101101011110 | e6829bebacbc5b7de6829bebacbc5b7b5e |
UHC | 悛물[}悛물[{^ | 11101110111110011011100110110000010110110111110111101110111110011011100110110000010110110111101101011110 | eef9b9b05b7deef9b9b05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)