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 | 宣?\}宣?\{^ | 1001000011101001001111110101110001111101100100001110100100111111010111000111101101011110 | 90e93f5c7d90e93f5c7b5e |
EUC-JP | 宣?\}宣?\{^ | 1100000011101011001111110101110001111101110000001110101100111111010111000111101101011110 | c0eb3f5c7dc0eb3f5c7b5e |
UTF-8 | 宣葉\}宣葉\{^ | 1110010110101110101000111110111110100101101011100101110001111101111001011010111010100011111011111010010110101110010111000111101101011110 | e5aea3efa5ae5c7de5aea3efa5ae5c7b5e |
UHC | 宣葉\}宣葉\{^ | 11100000101111101110000011110001010111000111110111100000101111101110000011110001010111000111101101011110 | e0bee0f15c7de0bee0f15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)