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 | 葫??逆 | 111001001101011100111111001111111000101101110100 | e4d73f3f8b74 |
EUC-JP | 葫??逆 | 111010001101100100111111001111111011010111010101 | e8d93f3fb5d5 |
UTF-8 | 葫硏劣逆 | 111010001001000110101011111001111010000110001111111011111010011010011101111010011000000010000110 | e891abe7a18fefa69de98086 |
UHC | 葫硏劣逆 | 1111101111011001111001101101101011100110111010111110011010111101 | fbd9e6dae6ebe6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)