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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 뤳₃㎈[뤳₃㎈[^ | 111010111010010010110011111000101000001010000011111000111000111010001000010110111110101110100100101100111110001010000010100000111110001110001110100010000101101101011110 | eba4b3e28283e38e885beba4b3e28283e38e885b5e |
UHC | 뤳₃㎈[뤳₃㎈[^ | 100011111110000110101001111111011010011110111010010110111000111111100001101010011111110110100111101110100101101101011110 | 8fe1a9fda7ba5b8fe1a9fda7ba5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)