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 | ????х? | 00111111001111110011111100111111100001001000011100111111 | 3f3f3f3f84873f |
EUC-JP | 饔???х? | 100011111110100011101111001111110011111100111111101001111110011100111111 | 8fe8ef3f3f3fa7e73f |
UTF-8 | 饔앸슢璘х몭 | 1110100110100101100101001110110010010101101110001110110010001010101000101110111110100111101011111101000110000101111010111010101010101101 | e9a594ec95b8ec8aa2efa7afd185ebaaad |
UHC | 饔앸슢璘х몭 | 111010001011110110011101111010111001101010101110111011001101111010101100111001111001000110010111 | e8bd9deb9aaeecdeace79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)