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 | 苒?\}苒?\{^ | 1110010010010010001111110101110001111101111001001001001000111111010111000111101101011110 | e4923f5c7de4923f5c7b5e |
EUC-JP | 苒?\}苒?\{^ | 1110011111110010001111110101110001111101111001111111001000111111010111000111101101011110 | e7f23f5c7de7f23f5c7b5e |
UTF-8 | 苒묷\}苒묷\{^ | 1110100010001011100100101110101110101100101101110101110001111101111010001000101110010010111010111010110010110111010111000111101101011110 | e88b92ebacb75c7de88b92ebacb75c7b5e |
UHC | 苒묷\}苒묷\{^ | 11100110111111101001001001001011010111000111110111100110111111101001001001001011010111000111101101011110 | e6fe924b5c7de6fe924b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)