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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌ッム肴鏡闕 | 11101000100011001010111111010001100011011110011010001011101111101110100010001101 | e88cafd18de68bbee88d |
EUC-JP | 闌ッム肴鏡闕 | 111011111110110010001110101011111000111011010001101110101110100010110110110000001110111111101101 | efec8eaf8ed1bae8b6c0efed |
UTF-8 | 闌ッム肴鏡闕 | 111010011001011110001100111011111011110110101111111011111011111010010001111010001000001010110100111010011000111110100001111010011001011110010101 | e9978cefbdafefbe91e882b4e98fa1e99795 |
UHC | ???肴鏡闕 | 001111110011111100111111111111011010001011001100111100001100111111110100 | 3f3f3ffda2ccf0cff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)