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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 劑勃? | 1001100110011101100101100111010100111111 | 999d96753f |
EUC-JP | 劑勃? | 1101000111111101110010111101011000111111 | d1fdcbd63f |
UTF-8 | 劑勃沈 | 111001011000101010010001111001011000101110000011111011111010010110110010 | e58a91e58b83efa5b2 |
UHC | 劑勃沈 | 111100001010010111011010111110101110010010100001 | f0a5dafae4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)