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 | ???雅??^ | 0011111100111111001111111000100111101011001111110011111101011110 | 3f3f3f89eb3f3f5e |
EUC-JP | 饔??雅??^ | 10001111111010001110111100111111001111111011001011101101001111110011111101011110 | 8fe8ef3f3fb2ed3f3f5e |
UTF-8 | 饔낅젉雅먮젙^ | 11101001101001011001010011101011100000101000010111101100101000001000100111101001100110111000010111101011101010001010111011101100101000001001100101011110 | e9a594eb8285eca089e99b85eba8aeeca0995e |
UHC | 饔낅젉雅먮젙^ | 11101000101111011000010111101011101000001000101111100100101110101001000011101011101000001001010101011110 | e8bd85eba08be4ba90eba0955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)