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 | 訂?[}訂?[{^ | 1001001011111001001111110101101101111101100100101111100100111111010110110111101101011110 | 92f93f5b7d92f93f5b7b5e |
EUC-JP | 訂?[}訂?[{^ | 1100010011111011001111110101101101111101110001001111101100111111010110110111101101011110 | c4fb3f5b7dc4fb3f5b7b5e |
UTF-8 | 訂렊[}訂렊[{^ | 1110100010101000100000101110101110100000100010100101101101111101111010001010100010000010111010111010000010001010010110110111101101011110 | e8a882eba08a5b7de8a882eba08a5b7b5e |
UHC | 訂렊[}訂렊[{^ | 11101111111101001000111010100001010110110111110111101111111101001000111010100001010110110111101101011110 | eff48ea15b7deff48ea15b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)