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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 息旦即蔵] | 100100011010011110010010010101011001000110100110100100011010000001011101 | 91a7925591a691a05d |
EUC-JP | 息旦即蔵] | 110000101010100111000011101101101100001010101000110000101010001001011101 | c2a9c3b6c2a8c2a25d |
UTF-8 | 息旦即蔵] | 11100110100000011010111111100110100101111010011011100101100011011011001111101000100101001011010101011101 | e681afe697a6e58db3e894b55d |
UHC | 息旦??] | 11100011110100111101001110101001001111110011111101011101 | e3d3d3a93f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)