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 | 冗?К璵 | 1011111011101001001111111010011110101100100011111100110011100110 | bee93fa7ac8fcce6 |
UTF-8 | 冗밸К璵 | 1110010110000110100101111110101110110000101110001101000010011010111001111001001010110101 | e58697ebb0b8d09ae792b5 |
UHC | 冗밸К璵 | 1110100110110111101110011110101110101100101011001110011010100101 | e9b7b9ebacace6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)