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 | 邇サ阨 | 1110011110001110101110111110100010010101 | e78ebbe895 |
EUC-JP | 邇サ阨 | 111011011110111010001110101110111110111111110101 | edee8ebbeff5 |
UTF-8 | 邇サ阨 | 111010011000001010000111111011111011110110111011111010011001100010101000 | e98287efbdbbe998a8 |
UHC | 邇?? | 11101100110001000011111100111111 | ecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)