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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 辰歎[辰歎[^ | 1001001001000011100100100101011001011011100100100100001110010010010101100101101101011110 | 924392565b924392565b5e |
EUC-JP | 辰歎[辰歎[^ | 1100001110100100110000111011011101011011110000111010010011000011101101110101101101011110 | c3a4c3b75bc3a4c3b75b5e |
UTF-8 | 辰歎[辰歎[^ | 111010001011111010110000111001101010110110001110010110111110100010111110101100001110011010101101100011100101101101011110 | e8beb0e6ad8e5be8beb0e6ad8e5b5e |
UHC | 辰歎[辰歎[^ | 1111001011100011111101111010011101011011111100101110001111110111101001110101101101011110 | f2e3f7a75bf2e3f7a75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)