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 | ??ぱ◇ | 001111110011111110000010110011111000000110011110 | 3f3f82cf819e |
EUC-JP | ??ぱ◇ | 001111110011111110100100110100011010000111111110 | 3f3fa4d1a1fe |
UTF-8 | 룶퀛ぱ◇ | 111010111010001110110110111011011000000010011011111000111000000110110001111000101001011110000111 | eba3b6ed809be381b1e29787 |
UHC | 룶퀛ぱ◇ | 1000111110101011101100111000111110101010110100011010000111011110 | 8fabb38faad1a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)