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 | 闌怜シ | 1110100010001100100101111110010110111100 | e88c97e5bc |
EUC-JP | 闌怜シ | 111011111110110011001110111001111000111010111100 | efeccee78ebc |
UTF-8 | 闌怜シ | 111010011001011110001100111001101000000010011100111011111011110110111100 | e9978ce6809cefbdbc |
UHC | ?怜? | 00111111110101101011101100111111 | 3fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)