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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 將[將[^ | 10011011100100100101101110011011100100100101101101011110 | 9b925b9b925b5e |
EUC-JP | 將[將[^ | 11010101111100100101101111010101111100100101101101011110 | d5f25bd5f25b5e |
UTF-8 | 將[將[^ | 111001011011000010000111010110111110010110110000100001110101101101011110 | e5b0875be5b0875b5e |
UHC | 將[將[^ | 11101101111000100101101111101101111000100101101101011110 | ede25bede25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)