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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍ュ蟷怜す | 111010001011010110101101111001011011100110010111111001011000001010110111 | e8b5ade5b997e582b7 |
EUC-JP | 襍ュ蟷怜す | 11110000101101111000111010101101111010101011101111001110111001111010010010111001 | f0b78eadeabbcee7a4b9 |
UTF-8 | 襍ュ蟷怜す | 111010001010010110001101111011111011110110101101111010001001111110110111111001101000000010011100111000111000000110011001 | e8a58defbdade89fb7e6809ce38199 |
UHC | ???怜す | 00111111001111110011111111010110101110111010101010111001 | 3f3f3fd6bbaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)