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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 将」将」「] | 10001111101010111010001110001111101010111010001110100010111110010101000101011101 | 8faba38faba3a2f9515d |
EUC-JP | 将」将」「?] | 101111101010110110001110101000111011111010101101100011101010001110001110101000100011111101011101 | bead8ea3bead8ea38ea23f5d |
UTF-8 | 将」将」「] | 11100101101100001000011011101111101111011010001111100101101100001000011011101111101111011010001111101111101111011010001011101110100110101010110101011101 | e5b086efbda3e5b086efbda3efbda2ee9aad5d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)