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 | ??麝? | 0011111100111111111010100110110000111111 | 3f3fea6c3f |
EUC-JP | ??麝? | 0011111100111111111100111100110100111111 | 3f3ff3cd3f |
UTF-8 | 룶沈麝푸 | 111010111010001110110110111011111010010110110010111010011011101010011101111011011001000110111000 | eba3b6efa5b2e9ba9ded91b8 |
UHC | 룶沈麝푸 | 1000111110101011111001001010000111011110111110101100011110101010 | 8fabe4a1defac7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)