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 | 謳葱\}謳葱\{^ | 11100110100100001001010001001011010111000111110111100110100100001001010001001011010111000111101101011110 | e690944b5c7de690944b5c7b5e |
EUC-JP | 謳葱\}謳葱\{^ | 11101011111100001100011110101100010111000111110111101011111100001100011110101100010111000111101101011110 | ebf0c7ac5c7debf0c7ac5c7b5e |
UTF-8 | 謳葱\}謳葱\{^ | 1110100010101100101100111110100010010001101100010101110001111101111010001010110010110011111010001001000110110001010111000111101101011110 | e8acb3e891b15c7de8acb3e891b15c7b5e |
UHC | 謳?\}謳?\{^ | 1100111111000100001111110101110001111101110011111100010000111111010111000111101101011110 | cfc43f5c7dcfc43f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)