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 | ??d??W | 001111110011111101100100001111110011111101010111 | 3f3f643f3f57 |
SJIS-WIN | ??d??W | 001111110011111101100100001111110011111101010111 | 3f3f643f3f57 |
EUC-JP | ??d??W | 001111110011111101100100001111110011111101010111 | 3f3f643f3f57 |
UTF-8 | 렻렏d렻렋W | 1110101110100000101110111110101110100000100011110110010011101011101000001011101111101011101000001000101101010111 | eba0bbeba08f64eba0bbeba08b57 |
UHC | 렻렏d렻렋W | 10001110110000111000111010100101011001001000111011000011100011101010001001010111 | 8ec38ea5648ec38ea257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)