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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艟矩係跪 | 1110010001111101100010111110100110001100010101111110011011101100 | e47d8be98c57e6ec |
EUC-JP | 艟矩係跪 | 1110011111011110101101101110101110110111101110001110110011101110 | e7deb6ebb7b8ecee |
UTF-8 | 艟矩係跪 | 111010001000100110011111111001111001111110101001111001001011111110000010111010001011011110101010 | e8899fe79fa9e4bf82e8b7aa |
UHC | ?矩係? | 001111111100111110111011110011001111010100111111 | 3fcfbbccf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)