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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 塋??] | 1001101011001000001111110011111101011101 | 9ac83f3f5d |
EUC-JP | 塋??] | 1101010011001010001111110011111101011101 | d4ca3f3f5d |
UTF-8 | 塋륅쉘] | 11100101101000011000101111101011101001011000010111101100100010011001100001011101 | e5a18beba585ec89985d |
UHC | 塋륅쉘] | 11100111101010111000111111101111101111011010100101011101 | e7ab8fefbda95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)