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 | シナ灼芝シキ | 1011110011000101100011101101110010001110110001011011110010110111 | bcc58edc8ec5bcb7 |
EUC-JP | シナ灼芝シキ | 100011101011110010001110110001011011110011011110101111001100011110001110101111001000111010110111 | 8ebc8ec5bcdebcc78ebc8eb7 |
UTF-8 | シナ灼芝シキ | 111011111011110110111100111011111011111010000101111001111000000110111100111010001000101010011101111011111011110110111100111011111011110110110111 | efbdbcefbe85e781bce88a9defbdbcefbdb7 |
UHC | ??灼芝?? | 0011111100111111111011011100011111110010101110010011111100111111 | 3f3fedc7f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)