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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 諷ろ。ゥ岦・^ | 11100110100001011000001011101011101000011010100111111010101011001010010101011110 | e68582eba1a9faaca55e |
EUC-JP | 諷ろ。ゥ岦・^ | 1110101111100101101001001110110110001110101000011000111010101001100011111011101110110011100011101010010101011110 | ebe5a4ed8ea18ea98fbbb38ea55e |
UTF-8 | 諷ろ。ゥ岦・^ | 11101000101010111011011111100011100000101000110111101111101111011010000111101111101111011010100111100101101100101010011011101111101111011010010101011110 | e8abb7e3828defbda1efbda9e5b2a6efbda55e |
UHC | 諷ろ????^ | 111110011010010010101010111011010011111100111111001111110011111101011110 | f9a4aaed3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)