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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冗?К? | 100011111110011100111111100001000100101100111111 | 8fe73f844b3f |
EUC-JP | 冗?К渶 | 1011111011101001001111111010011110101100100011111100011111101101 | bee93fa7ac8fc7ed |
UTF-8 | 冗밸К渶 | 1110010110000110100101111110101110110000101110001101000010011010111001101011100010110110 | e58697ebb0b8d09ae6b8b6 |
UHC | 冗밸К渶 | 1110100110110111101110011110101110101100101011001110011110110111 | e9b7b9ebacace7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)