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 | 愼?醍??? | 1001110011000100001111111001000111100111001111110011111100111111 | 9cc43f91e73f3f3f |
EUC-JP | 愼?醍??? | 1101100011000110001111111100001011101001001111110011111100111111 | d8c63fc2e93f3f3f |
UTF-8 | 愼렣醍렕뤯헤 | 111001101000010010111100111010111010000010100011111010011000011010001101111010111010000010010101111010111010010010101111111011011001011110100100 | e684bceba0a3e9868deba095eba4afed97a4 |
UHC | 愼렣醍렕뤯헤 | 111000111110010110001110101101001111000010110101100011101010101010001111110111011100011111101100 | e3e58eb4f0b58eaa8fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)