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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 瓦??掖 | 100010101010001000111111001111111001110101110100 | 8aa23f3f9d74 |
EUC-JP | 瓦®?掖 | 1011010010100100100011111010001011101110001111111101100111010101 | b4a48fa2ee3fd9d5 |
UTF-8 | 瓦®떓掖 | 1110011110010011101001101100001010101110111010111001011010010011111001101000111010010110 | e793a6c2aeeb9693e68e96 |
UHC | 瓦®떓掖 | 1110100010111111101000101110011110001011101010011110010011111010 | e8bfa2e78ba9e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)