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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 塋よ?耶? | 1001101011001000100000101110011000111111100101101110101100111111 | 9ac882e63f96eb3f |
EUC-JP | 塋よ?耶? | 1101010011001010101001001110100000111111110011001110110100111111 | d4caa4e83fcced3f |
UTF-8 | 塋よ큹耶첖 | 111001011010000110001011111000111000001010001000111011011000000110111001111010001000000010110110111011001011001010010110 | e5a18be38288ed81b9e880b6ecb296 |
UHC | 塋よ큹耶첖 | 11100111101010111010101011101000101101001000100011100101101011011010101101000011 | e7abaae8b488e5adab43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)