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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 源?鷹??呱] | 10001100101110010011111110010001111010010011111100111111100110011110101101011101 | 8cb93f91e93f3f99eb5d |
EUC-JP | 源?鷹??呱] | 10111000101110110011111111000010111010110011111100111111110100101110110101011101 | b8bb3fc2eb3f3fd2ed5d |
UTF-8 | 源렰鷹꿩렲呱] | 11100110101110101001000011101011101000001011000011101001101101111011100111101010101111111010100111101011101000001011001011100101100100011011000101011101 | e6ba90eba0b0e9b7b9eabfa9eba0b2e591b15d |
UHC | 源렰鷹꿩렲呱] | 11101010101110011000111010111101111010111110110110110010111001101000111010111111110011011011001001011101 | eab98ebdebedb2e68ebfcdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)