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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 殿?\}殿?\{^ | 1001001101100001001111110101110001111101100100110110000100111111010111000111101101011110 | 93613f5c7d93613f5c7b5e |
EUC-JP | 殿?\}殿?\{^ | 1100010111000010001111110101110001111101110001011100001000111111010111000111101101011110 | c5c23f5c7dc5c23f5c7b5e |
UTF-8 | 殿묵\}殿묵\{^ | 1110011010101110101111111110101110101100101101010101110001111101111001101010111010111111111010111010110010110101010111000111101101011110 | e6aebfebacb55c7de6aebfebacb55c7b5e |
UHC | 殿묵\}殿묵\{^ | 11101110111111001011100110101100010111000111110111101110111111001011100110101100010111000111101101011110 | eefcb9ac5c7deefcb9ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)