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{^ | 10001110110001101000111011001011011011100111110110001110110001101000111011001011011011100111101101011110 | 8ec68ecb6e7d8ec68ecb6e7b5e |
EUC-JP | 屡射n}屡射n{^ | 10111100110010001011110011001101011011100111110110111100110010001011110011001101011011100111101101011110 | bcc8bccd6e7dbcc8bccd6e7b5e |
UTF-8 | 屡射n}屡射n{^ | 1110010110110001101000011110010110110000100001000110111001111101111001011011000110100001111001011011000010000100011011100111101101011110 | e5b1a1e5b0846e7de5b1a1e5b0846e7b5e |
UHC | ?射n}?射n{^ | 0011111111011110110100100110111001111101001111111101111011010010011011100111101101011110 | 3fded26e7d3fded26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)