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 | 窒而[窒而[^ | 1001001010000010100011101010011101011011100100101000001010001110101001110101101101011110 | 92828ea75b92828ea75b5e |
EUC-JP | 窒而[窒而[^ | 1100001111100010101111001010100101011011110000111110001010111100101010010101101101011110 | c3e2bca95bc3e2bca95b5e |
UTF-8 | 窒而[窒而[^ | 111001111010101010010010111010001000000010001100010110111110011110101010100100101110100010000000100011000101101101011110 | e7aa92e8808c5be7aa92e8808c5b5e |
UHC | 窒而[窒而[^ | 1111001011110010111011001011101101011011111100101111001011101100101110110101101101011110 | f2f2ecbb5bf2f2ecbb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)