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 | ????權? | 00111111001111110011111100111111100111101101110000111111 | 3f3f3f3f9edc3f |
EUC-JP | ????權? | 00111111001111110011111100111111110111001101111000111111 | 3f3f3f3fdcde3f |
UTF-8 | 룶퓦㈛룵權◐ | 111010111010001110110110111011011001001110100110111000111000100010011011111010111010001110110101111001101010110010001010111000101001011110010000 | eba3b6ed93a6e3889beba3b5e6ac8ae29790 |
UHC | 룶퓦㈛룵權◐ | 100011111010101110111111100011111010100111001100100011111010101011001111111011011010001011000100 | 8fabbf8fa9cc8faacfeda2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)