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 | 儲?[}儲?[{^ | 1001011011010111001111110101101101111101100101101101011100111111010110110111101101011110 | 96d73f5b7d96d73f5b7b5e |
EUC-JP | 儲?[}儲?[{^ | 1100110011011001001111110101101101111101110011001101100100111111010110110111101101011110 | ccd93f5b7dccd93f5b7b5e |
UTF-8 | 儲椧[}儲椧[{^ | 1110010110000100101100101110011010100100101001110101101101111101111001011000010010110010111001101010010010100111010110110111101101011110 | e584b2e6a4a75b7de584b2e6a4a75b7b5e |
UHC | 儲椧[}儲椧[{^ | 11101110101110011101100110100111010110110111110111101110101110011101100110100111010110110111101101011110 | eeb9d9a75b7deeb9d9a75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)