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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 澱???P | 100100110110001000111111001111110011111101010000 | 93623f3f3f50 |
EUC-JP | 澱???P | 110001011100001100111111001111110011111101010000 | c5c33f3f3f50 |
UTF-8 | 澱ㆁ렰렕P | 11100110101111101011000111100011100001101000000111101011101000001011000011101011101000001001010101010000 | e6beb1e38681eba0b0eba09550 |
UHC | 澱ㆁ렰렕P | 111011101111111010100100111100011000111010111101100011101010101001010000 | eefea4f18ebd8eaa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)