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 | 劑勃嫄 | 11010001111111011100101111010110100011111011101010100001 | d1fdcbd68fbaa1 |
UTF-8 | 劑勃嫄 | 111001011000101010010001111001011000101110000011111001011010101110000100 | e58a91e58b83e5ab84 |
UHC | 劑勃嫄 | 111100001010010111011010111110101110101010110001 | f0a5dafaeab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)