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 | ?棹靖 | 0011111110011110101010001001011011110101 | 3f9ea896f5 |
EUC-JP | ?棹靖 | 0011111111011100101010101100110011110111 | 3fdcaaccf7 |
UTF-8 | 룵棹靖 | 111010111010001110110101111001101010001110111001111010011001110110010110 | eba3b5e6a3b9e99d96 |
UHC | 룵棹靖 | 100011111010101011010100101000011110111111111110 | 8faad4a1effe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)