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 | 鬱儚辭 | 100111110101010010011001010100101110011110000110 | 9f549952e786 |
EUC-JP | 鬱儚辭 | 110111011011010111010001101100111110110111100110 | ddb5d1b3ede6 |
UTF-8 | 鬱儚辭 | 111010011010110010110001111001011000010010011010111010001011111010101101 | e9acb1e5849ae8bead |
UHC | 鬱?辭 | 1110101010100110001111111101111011110110 | eaa63fdef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)