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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 氈?諍?媛瓏 | 10011111100000010011111111100110011110010011111110010101010100011110000011111010 | 9f813fe6793f9551e0fa |
EUC-JP | 氈?諍?媛瓏 | 11011101111000010011111111101011110110100011111111001001101100101110000011111100 | dde13febda3fc9b2e0fc |
UTF-8 | 氈렕諍렱媛瓏 | 111001101011000010001000111010111010000010010101111010001010101110001101111010111010000010110001111001011010101010011011111001111001001110001111 | e6b088eba095e8ab8deba0b1e5aa9be7938f |
UHC | 氈렕諍렱媛瓏 | 111011101111110110001110101010101110111010110101100011101011111011101010101100001101011011101010 | eefd8eaaeeb58ebeeab0d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)