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 | ??L?? | 0011111100111111010011000011111100111111 | 3f3f4c3f3f |
SJIS-WIN | 将」L将乕 | 1000111110101011101000110100110010001111101010111110010101101000 | 8faba34c8fabe568 |
EUC-JP | 将」L将乕 | 101111101010110110001110101000110100110010111110101011011110100111001001 | bead8ea34cbeade9c9 |
UTF-8 | 将」L将乕 | 11100101101100001000011011101111101111011010001101001100111001011011000010000110111001001011100110010101 | e5b086efbda34ce5b086e4b995 |
UHC | ??L?? | 0011111100111111010011000011111100111111 | 3f3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)