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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?晏}?晏{^ | 001111111001110111100101011111010011111110011101111001010111101101011110 | 3f9de57d3f9de57b5e |
EUC-JP | ?晏}?晏{^ | 001111111101101011100111011111010011111111011010111001110111101101011110 | 3fdae77d3fdae77b5e |
UTF-8 | 쑠晏}쑠晏{^ | 111011001001000110100000111001101001100110001111011111011110110010010001101000001110011010011001100011110111101101011110 | ec91a0e6998f7dec91a0e6998f7b5e |
UHC | 쑠晏}쑠晏{^ | 1001110010111111111001001100111101111101100111001011111111100100110011110111101101011110 | 9cbfe4cf7d9cbfe4cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)