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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 躍?n}躍?n{^ | 1001011011110100001111110110111001111101100101101111010000111111011011100111101101011110 | 96f43f6e7d96f43f6e7b5e |
EUC-JP | 躍?n}躍?n{^ | 1100110011110110001111110110111001111101110011001111011000111111011011100111101101011110 | ccf63f6e7dccf63f6e7b5e |
UTF-8 | 躍셱n}躍셱n{^ | 1110100010111010100011011110110010000101101100010110111001111101111010001011101010001101111011001000010110110001011011100111101101011110 | e8ba8dec85b16e7de8ba8dec85b16e7b5e |
UHC | 躍셱n}躍셱n{^ | 11100101101110001001100101110010011011100111110111100101101110001001100101110010011011100111101101011110 | e5b899726e7de5b899726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)